diff options
author | York Sun | 2016-10-04 18:03:08 -0700 |
---|---|---|
committer | York Sun | 2016-10-06 09:59:11 -0700 |
commit | 24aaa09452162c18921d8771ac29d13be1e5dc0d (patch) | |
tree | 5aebb9dce7ef06d15d28fdb9fa382a53637ba0d3 /configs/ls1043aqds_lpuart_defconfig | |
parent | f534b8f5fdabfbe47c9c741864ed52e945afbd27 (diff) |
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_lpuart_defconfig')
-rw-r--r-- | configs/ls1043aqds_lpuart_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ls1043aqds_lpuart_defconfig b/configs/ls1043aqds_lpuart_defconfig index 32c8122278c..d38498513c1 100644 --- a/configs/ls1043aqds_lpuart_defconfig +++ b/configs/ls1043aqds_lpuart_defconfig @@ -4,7 +4,8 @@ CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-lpuart" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y -CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,LPUART" +CONFIG_SYS_EXTRA_OPTIONS="LPUART" +CONFIG_SYS_FSL_DDR4=y CONFIG_BOOTDELAY=10 CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y |