From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 21 May 2013 13:19:35 +0200 Subject: [U-Boot] [PATCH 3/3] fw_env: fix building w/out a config.h In-Reply-To: References: <1352612867-32354-1-git-send-email-vapier@gentoo.org> <1352612867-32354-3-git-send-email-vapier@gentoo.org> Message-ID: <519B5847.4090701@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/15/2012 07:04 PM, Joe Hershberger wrote: >> -#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