Hi,
We have custom board based on AM3356.
Now SD card (32 GB - Class 10) is connected to MMC1.
RBL is getting MLO without any issue and MLO is being executed.
But while MLO goes to mmc_init function ( file : common/spl/spl_mmc.c) its showing error spl: mmc init failed: err -17.
Looks like its going to initialize for mmc0 and nothing is connected on mmc0 thats why its throwing error.
Is it true ?
If yes then please suggest changes so that mmc_init can be also done for the MMC1 and it can load u-boot.
Thanks,