On Thu, Jun 18, 2026 at 09:17:47AM +0800, [email protected] wrote: >From: Ye Li <[email protected]> > >After supporting get DRAM size from SM, the trampoline buffer address >still depends on PHYS_SDRAM_SIZE. If the real DDR size is less than >PHYS_SDRAM_SIZE, the trampoline buffer address is invalid and SPL will >crash. So use board_phys_sdram_size to get real DDR size to calculate >correct address. > >Fixes: e1cc7117b630 ("imx9: scmi: Get DDR size through SM SCMI API") >Signed-off-by: Ye Li <[email protected]>
Reviewed-by: Peng Fan <[email protected]>

