Hi experts,
I'm working on a custom board of TDA4VM and the boot flow is SBL -> SPL(A72) -> U-Boot - > Linux where SBL & SPL are in OSPI Flash and U-Boot & Linux are in SD card.
I try to make SPL load image of U-Boot from eMMC instead of SD card but it failed. I think eMMC is similar to SD card since both of them are using SDHCI. So what's the reason.
Below is the log & diff.

