Hello,
Could you help me, Where in the SPL ( Secondary program Loader ) can I set the ram size?
Currently, the configuration is done in u-boot like: gd->ram_size = PHYS_SDRAM_SIZE;
And now, I have to do it in the SPL side.
I'd appreciate the support. Thank you!