mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
75670c81e4
Migrate the option CONFIG_SPL_FRAMEWORK and make this gate most of the current set of options we have in Kconfig. We will need to have some options available for SPL and !SPL_FRAMEWORK so this is important. In a few cases we re-order existing options so that we have less escapes from the SPL_FRAMEWORK guard. Signed-off-by: Tom Rini <trini@konsulko.com>
12 lines
305 B
Text
12 lines
305 B
Text
CONFIG_SH=y
|
|
CONFIG_SYS_TEXT_BASE=0xCFC0000
|
|
CONFIG_TARGET_RSK7264=y
|
|
CONFIG_BOOTDELAY=3
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_BOOTARGS="console=ttySC3,115200"
|
|
CONFIG_CMD_IMLS=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_SCIF_CONSOLE=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|
|
# CONFIG_SPL_FRAMEWORK is not set
|