[U-Boot] [PATCH 3/3] fw_env: fix building w/out a config.h
Stefan Roese
sr at denx.de
Tue May 21 13:19:35 CEST 2013
On 12/15/2012 07:04 PM, Joe Hershberger wrote:
<big snip>
>> -#ifndef CONFIG_BOOTCOMMAND
>> -#define CONFIG_BOOTCOMMAND \
>> - "bootp; " \
>> - "setenv bootargs root=/dev/nfs nfsroot=${serverip}:${rootpath} " \
>> - "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; " \
>> - "bootm"
>> -#endif
>> -
>
> I agree that some of this should be cleaned up, but not as a result of
> removing the config.h.
>
>> extern int fw_printenv(int argc, char *argv[]);
>> extern char *fw_getenv (char *name);
>> extern int fw_setenv (int argc, char *argv[]);
>> --
>> 1.7.12.4
>>
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
>
> NAK
Mike, any chance that you might find some time to rework this patch for
mainline acceptance?
BTW: I'm using this patch for Yocto builds of the Linux environment
tools. Without it, building fails.
Thanks,
Stefan
More information about the U-Boot
mailing list