Convert CONFIG_BOOTFILE to Kconfig
This converts the following to Kconfig: CONFIG_BOOTFILE Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -77,7 +77,7 @@ const char default_environment[] = {
|
||||
#ifdef CONFIG_HOSTNAME
|
||||
"hostname=" CONFIG_HOSTNAME "\0"
|
||||
#endif
|
||||
#ifdef CONFIG_BOOTFILE
|
||||
#ifdef CONFIG_USE_BOOTFILE
|
||||
"bootfile=" CONFIG_BOOTFILE "\0"
|
||||
#endif
|
||||
#ifdef CONFIG_SYS_LOAD_ADDR
|
||||
|
||||
Reference in New Issue
Block a user