summaryrefslogtreecommitdiff
path: root/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-10-05 01:04:37 (GMT)
committerYork Sun <york.sun@nxp.com>2016-10-06 16:59:11 (GMT)
commit53d76829d517135381ee94519828128206e70db6 (patch)
tree911f6bc62bf07a38e1c978ea7ceb5022609067e1 /configs/ls1021aqds_ddr4_nor_lpuart_defconfig
parent24aaa09452162c18921d8771ac29d13be1e5dc0d (diff)
downloadu-boot-53d76829d517135381ee94519828128206e70db6.tar.xz
armv7: ls1021a: Move DDR config options to Kconfig
Move DDR3, DDR4 and related config options to Kconfig and clean up existing uses. Signed-off-by: York Sun <york.sun@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/ls1021aqds_ddr4_nor_lpuart_defconfig')
-rw-r--r--configs/ls1021aqds_ddr4_nor_lpuart_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ls1021aqds_ddr4_nor_lpuart_defconfig b/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
index 5bb475e..b6df305 100644
--- a/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
+++ b/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
@@ -5,7 +5,8 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
-CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,LPUART"
+CONFIG_SYS_EXTRA_OPTIONS="LPUART"
+CONFIG_SYS_FSL_DDR4=y
CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y