From c94981efa20cc5861caad6a53e589121bf978fb1 Mon Sep 17 00:00:00 2001 From: Breno Lima Date: Thu, 1 Dec 2016 16:37:36 -0200 Subject: udoo_neo: Remove USDHC3 support It's not necessary to support USDHC3 in U-Boot as it's being used for the WLAN. Signed-off-by: Breno Lima Reviewed-by: Fabio Estevam --- include/configs/udoo_neo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 81e04810eb5..cf75186b527 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -27,7 +27,6 @@ /* Command definition */ #define CONFIG_MXC_UART_BASE UART1_BASE -#define CONFIG_SYS_FSL_USDHC_NUM 2 #define CONFIG_SYS_MMC_ENV_DEV 0 /*USDHC2*/ /* Linux only */ -- cgit v1.3.1