diff options
author | Tom Rini | 2021-08-21 13:50:19 -0400 |
---|---|---|
committer | Tom Rini | 2021-08-31 17:46:37 -0400 |
commit | 9582af1afa506a29dd23912cdc888af582f85d56 (patch) | |
tree | 3d6f81134214f9d31955b6f63181054c829c526f /include/configs/ls1021aiot.h | |
parent | 95372165aec94fa0984f30ca33c3691fe2aabdcd (diff) |
Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1021aiot.h')
-rw-r--r-- | include/configs/ls1021aiot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index b88c16f95ea..e2a70d29c38 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -63,7 +63,6 @@ #define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_ENV_SUPPORT -#define CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT #define CONFIG_SPL_I2C #define CONFIG_SPL_WATCHDOG #define CONFIG_SPL_MMC_SUPPORT |