[U-Boot] [PATCH v5 6/6] mx6cuboxi: Load the correct 'fdtfile' variable
Fabio Estevam
festevam at gmail.com
Mon Apr 27 12:11:58 CEST 2015
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?
Thanks,
Fabio Estevam
More information about the U-Boot
mailing list