]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
udoo_neo: Remove USDHC3 entry
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 16 Dec 2016 13:18:32 +0000 (11:18 -0200)
committerStefano Babic <sbabic@denx.de>
Mon, 2 Jan 2017 16:01:35 +0000 (17:01 +0100)
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>
board/udoo/neo/neo.c

index 688b522ce31f9fd36ee41ee9cf64571df7b444c0..c5058b454268af4264c9c1212402ee765ac167dc 100644 (file)
@@ -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)