summaryrefslogtreecommitdiff
path: root/configs/highbank_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-24 03:19:42 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 01:21:24 (GMT)
commit88b233a347378dc51113e9ef7ffe62723c9b7758 (patch)
tree29e5fb17e8b3ea0d93f8d51e1c5d03404f9836a3 /configs/highbank_defconfig
parent85fc970d74d09f33fcdcc649e73c5dc4f5334605 (diff)
downloadu-boot-fsl-qoriq-88b233a347378dc51113e9ef7ffe62723c9b7758.tar.xz
Convert CONFIG_ENV_IS_IN_NVRAM to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_NVRAM Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/highbank_defconfig')
-rw-r--r--configs/highbank_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/highbank_defconfig b/configs/highbank_defconfig
index 6f19492..d905b0f 100644
--- a/configs/highbank_defconfig
+++ b/configs/highbank_defconfig
@@ -3,6 +3,7 @@ CONFIG_SYS_THUMB_BUILD=y
CONFIG_ARCH_HIGHBANK=y
CONFIG_FIT=y
CONFIG_OF_BOARD_SETUP=y
+CONFIG_ENV_IS_IN_NVRAM=y
# CONFIG_DISPLAY_CPUINFO is not set
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_HUSH_PARSER=y
@@ -23,6 +24,6 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_ISO_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_PARTITION_UUIDS is not set
-CONFIG_SCSI=y
# CONFIG_MMC is not set
+CONFIG_SCSI=y
CONFIG_OF_LIBFDT=y