[U-Boot] [PATCH v5 6/6] mx6cuboxi: Load the correct 'fdtfile' variable

Stefano Babic sbabic at denx.de
Mon Apr 27 12:56:59 CEST 2015


Hi Fabio,

On 27/04/2015 12:11, Fabio Estevam wrote:
> Hi Stefano,
> 
> On Mon, Apr 27, 2015 at 4:51 AM, Stefano Babic <sbabic at denx.de> wrote:
> 
>>> +int board_late_init(void)
>>> +{
>>> +#ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
>>> +     if (is_hummingboard())
>>> +             setenv("board_name", "HUMMINGBOARD");
>>> +     else
>>> +             setenv("board_name", "CUBOXI");
>>> +
>>> +     if (is_mx6q)
>>
>> This should be is_mx6q() and not is_mx6q
> 
> You are right.
> 
> Do you want me to resend the series or could you please change it
> while applying it?
> 

No, I will apply with this change. I wanted only track why I change the
code posted to ML.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list