Hi,
on latest U-Boot, it appears custom board board_mmc_init() is not utilized and probing/init is done within mmc driver.
Having SD, EMMC on SD2, SD3 and SD1 utilized for other puroposes, how can I exclude SD1 from MMC init within DM_MMC?
Thanks
Have you try to not init the SD1 in device tree?
Hi, thanks! How do I do that? Acting on `*.dts` file or `board/.../.c` files (board_init_*())?
You need to check/modify the code in include/configs/<board>.h, arch/arm/dts/<board>.dts, and board/freescale/<board>/<board>.c files.