diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-08 12:20:16 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-04 12:26:02 -0400 |
commit | 6f004adaf6f80b64f20bc2ed64615610588f3154 (patch) | |
tree | ad5a58a968361e578b915ff63c533e5aed46a794 /configs/P1010RDB-PB_SDCARD_defconfig | |
parent | de213c71a323ea823e21c72c3480c1931dcb3b44 (diff) | |
download | u-boot-6f004adaf6f80b64f20bc2ed64615610588f3154.tar.gz |
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/P1010RDB-PB_SDCARD_defconfig')
-rw-r--r-- | configs/P1010RDB-PB_SDCARD_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/P1010RDB-PB_SDCARD_defconfig b/configs/P1010RDB-PB_SDCARD_defconfig index e1835f1f17..db47f4f8cd 100644 --- a/configs/P1010RDB-PB_SDCARD_defconfig +++ b/configs/P1010RDB-PB_SDCARD_defconfig @@ -27,7 +27,7 @@ CONFIG_ID_EEPROM=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_CMD_IMLS=y CONFIG_SYS_EEPROM_PAGE_WRITE_BITS=3 |