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/P1020RDB-PC_SPIFLASH_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/P1020RDB-PC_SPIFLASH_defconfig')
-rw-r--r-- | configs/P1020RDB-PC_SPIFLASH_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_SPIFLASH_defconfig b/configs/P1020RDB-PC_SPIFLASH_defconfig index d84d3928d0..4f77f381db 100644 --- a/configs/P1020RDB-PC_SPIFLASH_defconfig +++ b/configs/P1020RDB-PC_SPIFLASH_defconfig @@ -12,6 +12,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_SYS_EXTRA_OPTIONS="P1020RDB_PC,SPIFLASH" CONFIG_BOOTDELAY=10 CONFIG_SPL=y +CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_MMC=y CONFIG_CMD_SF=y |