diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-03-28 14:38:19 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-08 18:31:05 -0400 |
commit | 07dea2e737f78ee70e81c27d976811f0e9fdbad8 (patch) | |
tree | d0cb67143b5b9fb60054a921cc0110ac4323837e /include/configs/ls1046a_common.h | |
parent | 171510522eb3dd723d84ed21d800440d1276a91a (diff) | |
download | u-boot-07dea2e737f78ee70e81c27d976811f0e9fdbad8.tar.gz |
treewide: Migrate CONFIG_FSL_ESDHC to Kconfig
Migrate the CONFIG_FSL_ESDHC option to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/ls1046a_common.h')
-rw-r--r-- | include/configs/ls1046a_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index e1ad927f31..7d67f10d40 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -157,7 +157,6 @@ /* MMC */ #ifndef SPL_NO_MMC #ifdef CONFIG_MMC -#define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 #endif #endif |