mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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:
parent
6d21dd313b
commit
fdfb17b1f5
212 changed files with 342 additions and 106 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue