Skip to content
Snippets Groups Projects
Commit 7be4f793 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

udoo_neo: Remove USDHC3 entry


Commit c94981ef ("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: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent 3d3a74cc
No related branches found
No related tags found
No related merge requests found
...@@ -389,9 +389,8 @@ int board_early_init_f(void) ...@@ -389,9 +389,8 @@ int board_early_init_f(void)
return 0; return 0;
} }
static struct fsl_esdhc_cfg usdhc_cfg[2] = { static struct fsl_esdhc_cfg usdhc_cfg[1] = {
{USDHC2_BASE_ADDR, 0, 4}, {USDHC2_BASE_ADDR, 0, 4},
{USDHC3_BASE_ADDR, 0, 4},
}; };
#define USDHC2_PWR_GPIO IMX_GPIO_NR(6, 1) #define USDHC2_PWR_GPIO IMX_GPIO_NR(6, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment