summaryrefslogtreecommitdiff
path: root/board/udoo
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-12-16 11:18:32 -0200
committerStefano Babic <sbabic@denx.de>2017-01-02 17:01:35 +0100
commit7be4f7938878826267a2779e55b37870ef0b5621 (patch)
tree3a5d1e97687a3ea1f979ccad4951cf3d915b9260 /board/udoo
parent3d3a74cc8c774345be7d1661b215555ad41f4515 (diff)
udoo_neo: Remove USDHC3 entry
Commit c94981efa20cc58 ("udoo_neo: Remove USDHC3 support") removed the SDHC3 support, but missed to remove the entry from the usdhc_cfg structure, so just remove it. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'board/udoo')
-rw-r--r--board/udoo/neo/neo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c
index 688b522ce3..c5058b4542 100644
--- a/board/udoo/neo/neo.c
+++ b/board/udoo/neo/neo.c
@@ -389,9 +389,8 @@ int board_early_init_f(void)
return 0;
}
-static struct fsl_esdhc_cfg usdhc_cfg[2] = {
+static struct fsl_esdhc_cfg usdhc_cfg[1] = {
{USDHC2_BASE_ADDR, 0, 4},
- {USDHC3_BASE_ADDR, 0, 4},
};
#define USDHC2_PWR_GPIO IMX_GPIO_NR(6, 1)