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/P2020RDB-PC_NAND_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/P2020RDB-PC_NAND_defconfig')
-rw-r--r-- | configs/P2020RDB-PC_NAND_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/P2020RDB-PC_NAND_defconfig b/configs/P2020RDB-PC_NAND_defconfig index 1665d95992..3b57b0c1a6 100644 --- a/configs/P2020RDB-PC_NAND_defconfig +++ b/configs/P2020RDB-PC_NAND_defconfig @@ -28,7 +28,7 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_TPL=y CONFIG_TPL_ENV_SUPPORT=y CONFIG_TPL_I2C=y -CONFIG_TPL_MPC8XXX_INIT_DDR_SUPPORT=y +CONFIG_TPL_MPC8XXX_INIT_DDR=y CONFIG_TPL_NAND_SUPPORT=y CONFIG_TPL_SERIAL=y CONFIG_HUSH_PARSER=y |