diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:45 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:13 -0400 |
commit | 989e1ced53c4a8779667312220c5f4d77d7b72df (patch) | |
tree | 5f5abcd9b3ca758d100a8bef46bcd1062e3495f8 /configs/ls1043aqds_sdcard_ifc_defconfig | |
parent | 1fdf7c64edcc4131934013741b1902b79c8715fd (diff) | |
download | u-boot-989e1ced53c4a8779667312220c5f4d77d7b72df.tar.gz |
Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/ls1043aqds_sdcard_ifc_defconfig')
-rw-r--r-- | configs/ls1043aqds_sdcard_ifc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1043aqds_sdcard_ifc_defconfig b/configs/ls1043aqds_sdcard_ifc_defconfig index 8815ba9782..aefc63cd7c 100644 --- a/configs/ls1043aqds_sdcard_ifc_defconfig +++ b/configs/ls1043aqds_sdcard_ifc_defconfig @@ -14,6 +14,7 @@ CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,RAMBOOT_PBL,SPL_FSL_PBL,SD_BOOT" CONFIG_SD_BOOT=y CONFIG_BOOTDELAY=10 CONFIG_SPL=y +CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_GREPENV=y |