mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 13:44:29 +08:00
85fc970d74
This converts the following to Kconfig: CONFIG_ENV_IS_IN_FLASH Signed-off-by: Simon Glass <sjg@chromium.org>
12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_TARGET_MX31ADS=y
|
|
CONFIG_ENV_IS_IN_FLASH=y
|
|
CONFIG_BOOTDELAY=3
|
|
CONFIG_CMD_SPI=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_DATE=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|