[U-Boot] [PATCH 07/11] blackfin: bf609: add board and headers files to support bf609

Sonic Zhang sonic.adi at gmail.com
Fri Feb 8 09:29:15 CET 2013


On Thu, Feb 7, 2013 at 6:26 PM, Wolfgang Denk <wd at denx.de> wrote:
> Dear Sonic Zhang,
>
> In message <1360223258-6945-8-git-send-email-sonic.adi at gmail.com> you wrote:
>> From: Sonic Zhang <sonic.zhang at analog.com>
>>
>> Board and config header files for bf609-ezkit support.
>
> Checkpatch errors, please fix.
>
>
>> +#define ADI_CMDS_NETWORK     1
>> +#define CONFIG_NETCONSOLE    1
>> +#define CONFIG_NET_MULTI     1
>
> Please do not define values for variables that don't actually have
> one.  Please fix globally.

The values of these 3 variables are used in
include/configs/bfin_adi_common.h. They should be defined values,
otherwise the compilation fails.


Regards,

Sonic


More information about the U-Boot mailing list