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:
Tom Rini
2022-02-25 11:19:48 -05:00
parent 6d21dd313b
commit fdfb17b1f5
212 changed files with 342 additions and 106 deletions

View File

@@ -68,10 +68,4 @@
CONFIG_SYS_SDRAM_BASE) - \
CONFIG_SYS_MALLOC_LEN - \
CONFIG_ENV_SIZE
/*
* Environment
*/
#define CONFIG_BOOTFILE "app.bin"
#endif /* _CONFIG_IOT_DEVKIT_H_ */