summaryrefslogtreecommitdiff
path: root/common
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 /common
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 'common')
-rw-r--r--common/spl/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 533ec905e6..76bb29444d 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -742,7 +742,7 @@ config SPL_MMC_WRITE
Enable write access to MMC and SD Cards in SPL
-config SPL_MPC8XXX_INIT_DDR_SUPPORT
+config SPL_MPC8XXX_INIT_DDR
bool "Support MPC8XXX DDR init"
help
Enable support for DDR-SDRAM (double-data-rate synchronous dynamic
@@ -1509,11 +1509,11 @@ config TPL_LIBGENERIC_SUPPORT
Enable support for generic U-Boot libraries within TPL. See
SPL_LIBGENERIC_SUPPORT for details.
-config TPL_MPC8XXX_INIT_DDR_SUPPORT
+config TPL_MPC8XXX_INIT_DDR
bool "Support MPC8XXX DDR init"
help
Enable support for DDR-SDRAM on the MPC8XXX family within TPL. See
- SPL_MPC8XXX_INIT_DDR_SUPPORT for details.
+ SPL_MPC8XXX_INIT_DDR for details.
config TPL_MMC
bool "Support MMC"