summaryrefslogtreecommitdiff
path: root/configs/ls1043aqds_nand_defconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-10-05 01:03:08 (GMT)
committerYork Sun <york.sun@nxp.com>2016-10-06 16:59:11 (GMT)
commit24aaa09452162c18921d8771ac29d13be1e5dc0d (patch)
tree5aebb9dce7ef06d15d28fdb9fa382a53637ba0d3 /configs/ls1043aqds_nand_defconfig
parentf534b8f5fdabfbe47c9c741864ed52e945afbd27 (diff)
downloadu-boot-24aaa09452162c18921d8771ac29d13be1e5dc0d.tar.xz
armv8: fsl-layerscape: Move DDR config options to Kconfig
Move DDR3, DDR4 and realted 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/ls1043aqds_nand_defconfig')
-rw-r--r--configs/ls1043aqds_nand_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ls1043aqds_nand_defconfig b/configs/ls1043aqds_nand_defconfig
index 24f378e..75e53f2 100644
--- a/configs/ls1043aqds_nand_defconfig
+++ b/configs/ls1043aqds_nand_defconfig
@@ -12,7 +12,8 @@ CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-duart"
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
-CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,RAMBOOT_PBL,SPL_FSL_PBL,NAND_BOOT"
+CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,NAND_BOOT"
+CONFIG_SYS_FSL_DDR4=y
CONFIG_NAND_BOOT=y
CONFIG_BOOTDELAY=10
CONFIG_SPL=y