summaryrefslogtreecommitdiff
path: root/configs/sequoia_ramboot_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-27 04:28:00 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-30 17:40:57 (GMT)
commit854fcd553764709939ad542c2c5bd5470b780c2f (patch)
tree295562d6272ce5574385053d0bd55782f94c51ee /configs/sequoia_ramboot_defconfig
parentdeb959991528bee05079426c189f538ad3850337 (diff)
downloadu-boot-854fcd553764709939ad542c2c5bd5470b780c2f.tar.xz
Convert CONFIG_CMD_CHIP_CONFIG to Kconfig
This converts the following to Kconfig: CONFIG_CMD_CHIP_CONFIG Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sequoia_ramboot_defconfig')
-rw-r--r--configs/sequoia_ramboot_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sequoia_ramboot_defconfig b/configs/sequoia_ramboot_defconfig
index 3214d45..ddafa27 100644
--- a/configs/sequoia_ramboot_defconfig
+++ b/configs/sequoia_ramboot_defconfig
@@ -1,6 +1,7 @@
CONFIG_PPC=y
CONFIG_4xx=y
CONFIG_TARGET_SEQUOIA=y
+CONFIG_CMD_CHIP_CONFIG=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_SYS_EXTRA_OPTIONS="SEQUOIA,SYS_RAMBOOT,SYS_TEXT_BASE=0x01000000,SYS_LDSCRIPT=board/amcc/sequoia/u-boot-ram.lds"
CONFIG_BOOTDELAY=5