diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2021-06-03 10:51:19 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-06-17 11:46:11 +0530 |
commit | 34f39ce882d2ad214bc16341823ffba4476fde2a (patch) | |
tree | a1aa6b72a1eaa795a23273005db2491915909e21 /include/configs/kontron_sl28.h | |
parent | b1d59867e5c2bc0cf7308348fcf35529833f57cd (diff) | |
download | u-boot-34f39ce882d2ad214bc16341823ffba4476fde2a.tar.gz |
armv8: layerscape: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
Drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33. CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT
is used instead.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Acked-by: Michael Walle <michael@walle.cc> [for kontron-sl28]
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/kontron_sl28.h')
-rw-r--r-- | include/configs/kontron_sl28.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/kontron_sl28.h b/include/configs/kontron_sl28.h index 5f11205802..bfb4e67c8f 100644 --- a/include/configs/kontron_sl28.h +++ b/include/configs/kontron_sl28.h @@ -56,11 +56,6 @@ #define CONFIG_DDR_CLK_FREQ 100000000 #define COUNTER_FREQUENCY_REAL (CONFIG_SYS_CLK_FREQ / 4) -/* MMC */ -#ifdef CONFIG_MMC -#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 -#endif - /* ethernet */ #define CONFIG_SYS_RX_ETH_BUFFER 8 |