Resolved! U-boot load address and kernel's LOADADDR overlap?
Hi all,The file include/configs/stm32mp1.h in U-boot defines CONFIG_LOADADDR to 0xc2000000. I understand this is the address in RAM where u-boot puts the uImage loaded from persistent storage (SD, NAND, etc).At the same time, according to [2], the ke...