diff options
| author | Simon Glass <[email protected]> | 2021-08-08 12:20:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-04 12:26:02 -0400 |
| commit | 6f004adaf6f80b64f20bc2ed64615610588f3154 (patch) | |
| tree | ad5a58a968361e578b915ff63c533e5aed46a794 /common | |
| parent | de213c71a323ea823e21c72c3480c1931dcb3b44 (diff) | |
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 <[email protected]>
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 533ec905e68..76bb29444da 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" |
