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 /common | |
parent | de213c71a323ea823e21c72c3480c1931dcb3b44 (diff) | |
download | u-boot-6f004adaf6f80b64f20bc2ed64615610588f3154.zip u-boot-6f004adaf6f80b64f20bc2ed64615610588f3154.tar.gz u-boot-6f004adaf6f80b64f20bc2ed64615610588f3154.tar.bz2 |
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/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 533ec90..76bb294 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" |