diff options
author | Breno Lima <breno.lima@nxp.com> | 2016-12-01 16:37:36 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-12-16 10:09:24 +0100 |
commit | c94981efa20cc5861caad6a53e589121bf978fb1 (patch) | |
tree | 5f3043da86fcb435eae065a8ff7d50186a070b30 /include/configs/udoo_neo.h | |
parent | a02d517b0182f83771565eba1329fb323674ec58 (diff) |
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 <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'include/configs/udoo_neo.h')
-rw-r--r-- | include/configs/udoo_neo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 81e04810eb..cf75186b52 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 */ |