Skip to content
Snippets Groups Projects
Commit 02c508ca authored by Nicola Sparnacci's avatar Nicola Sparnacci Committed by Michele Cirinei
Browse files

[SANTINO] Fix usdhc device numbers

Adapted `usdhc_devno` to the Santino board. This fixes the MMC not found
during boot.
parent 88f40b85
No related branches found
No related tags found
1 merge request!145[SANTINO] Add support to Santino board
......@@ -89,7 +89,7 @@ DECLARE_GLOBAL_DATA_PTR;
#define KEY_VOL_UP IMX_GPIO_NR(1, 4)
int usdhc_devno[4] = { -1, -1, 1, 0};
int usdhc_devno[4] = { -1, BOARD_BOOT_ID_EXT_SD, -1, BOARD_BOOT_ID_EMMC };
static const iomux_v3_cfg_t uart2_pads[] = {
IOMUX_PADS(PAD_SD3_DAT4__UART2_RX_DATA | MUX_PAD_CTRL(UART_PAD_CTRL)),
......
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