summaryrefslogtreecommitdiff
path: root/configs/at91sam9263ek_norflash_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-24 03:19:41 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 01:20:02 (GMT)
commit85fc970d74d09f33fcdcc649e73c5dc4f5334605 (patch)
tree4ba2865dc229971373e8482d990af28c9eea3838 /configs/at91sam9263ek_norflash_defconfig
parente73496d08e2dc60f3e00554c71b92f72cdebf0fd (diff)
downloadu-boot-fsl-qoriq-85fc970d74d09f33fcdcc649e73c5dc4f5334605.tar.xz
Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_FLASH Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/at91sam9263ek_norflash_defconfig')
-rw-r--r--configs/at91sam9263ek_norflash_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/at91sam9263ek_norflash_defconfig b/configs/at91sam9263ek_norflash_defconfig
index 1e17748..a3b0a4b 100644
--- a/configs/at91sam9263ek_norflash_defconfig
+++ b/configs/at91sam9263ek_norflash_defconfig
@@ -5,6 +5,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_DEFAULT_DEVICE_TREE="at91sam9263ek"
CONFIG_DEBUG_UART=y
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9263,SYS_USE_NORFLASH"
+CONFIG_ENV_IS_IN_FLASH=y
CONFIG_BOOTDELAY=3
# CONFIG_CONSOLE_MUX is not set
CONFIG_SYS_CONSOLE_IS_IN_ENV=y