diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-13 05:18:45 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 21:27:13 (GMT) |
commit | 989e1ced53c4a8779667312220c5f4d77d7b72df (patch) | |
tree | 5f5abcd9b3ca758d100a8bef46bcd1062e3495f8 /configs/T1042D4RDB_NAND_defconfig | |
parent | 1fdf7c64edcc4131934013741b1902b79c8715fd (diff) | |
download | u-boot-989e1ced53c4a8779667312220c5f4d77d7b72df.tar.xz |
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/T1042D4RDB_NAND_defconfig')
-rw-r--r-- | configs/T1042D4RDB_NAND_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/T1042D4RDB_NAND_defconfig b/configs/T1042D4RDB_NAND_defconfig index 8a0fb94..b7b50c4 100644 --- a/configs/T1042D4RDB_NAND_defconfig +++ b/configs/T1042D4RDB_NAND_defconfig @@ -13,6 +13,7 @@ CONFIG_SYS_EXTRA_OPTIONS="PPC_T1042,T1042D4RDB,RAMBOOT_PBL,SPL_FSL_PBL,NAND,T104 CONFIG_BOOTDELAY=10 CONFIG_SPL=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y +CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_GREPENV=y CONFIG_CMD_MMC=y |