[U-Boot] [PATCH v3 12/14] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h

Otavio Salvador otavio at ossystems.com.br
Thu Sep 13 19:57:04 UTC 2018


The FSL_USDHC support is now handled by Kconfig and it is enabled on
the respective `defconfig` so the setting in .h is pointless.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

Changes in v3: None
Changes in v2: None

 include/configs/pico-imx6ul.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h
index a510fd1554..94c14a7a43 100644
--- a/include/configs/pico-imx6ul.h
+++ b/include/configs/pico-imx6ul.h
@@ -28,7 +28,6 @@
 #define CONFIG_MXC_UART_BASE		UART6_BASE_ADDR
 
 /* MMC Configs */
-#define CONFIG_FSL_USDHC
 #define CONFIG_SYS_FSL_ESDHC_ADDR	USDHC1_BASE_ADDR
 #define CONFIG_SUPPORT_EMMC_BOOT
 
-- 
2.19.0



More information about the U-Boot mailing list