I'm using FATFS App which uses SDMMC_BLOCK App and this behavior cost me a few hours…@Infineon: can you please fix that, so that when no card detection is used, the bits are set by the app. I'm not sure if this is the correct/best place, and it now seems OK.I put SET_BIT...
I'm able to boot U-Boot from SD card but the U-Boot only find mmc0 (eMMC) and can't detect mmc1, which leads to boot failure. Is this solved by later commits or still an issue? BTW: With latest release branch 9fe6f23 the board can't U-Boot at all, which could be caused ...
> drivers/mmc/host/sdhci-acpi.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c > index 22d929f..78aa16a 100644 > --- a/drivers/mmc/host/sdhci-acpi.c > +++ b/drivers/mmc/host/sdhci-acpi.c > @@ ...