summaryrefslogtreecommitdiff
path: root/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-08 21:20:16 +0300
committerTom Rini <trini@konsulko.com>2021-09-04 19:26:02 +0300
commit6f004adaf6f80b64f20bc2ed64615610588f3154 (patch)
treead5a58a968361e578b915ff63c533e5aed46a794 /configs/P2020RDB-PC_36BIT_SDCARD_defconfig
parentde213c71a323ea823e21c72c3480c1931dcb3b44 (diff)
downloadu-boot-6f004adaf6f80b64f20bc2ed64615610588f3154.tar.xz
ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDR
Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/P2020RDB-PC_36BIT_SDCARD_defconfig')
-rw-r--r--configs/P2020RDB-PC_36BIT_SDCARD_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/P2020RDB-PC_36BIT_SDCARD_defconfig b/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
index 92ab1f0a7a..282ed313f8 100644
--- a/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
+++ b/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
@@ -27,7 +27,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
CONFIG_SPL_MMC_BOOT=y
CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_I2C=y
-CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y
+CONFIG_SPL_MPC8XXX_INIT_DDR=y
CONFIG_HUSH_PARSER=y
# CONFIG_AUTO_COMPLETE is not set
CONFIG_CMD_IMLS=y