Hi Fabio,

On 27/04/2015 12:11, Fabio Estevam wrote:
> Hi Stefano,
> 
> On Mon, Apr 27, 2015 at 4:51 AM, Stefano Babic <sba...@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: sba...@denx.de
=====================================================================
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to