Hi Elena,

On 08/08/2023 08:58, Elena Popa wrote:
If dram_init_banksize() is called from SPL, the rom_pointer, at that
point, is not correctly initialized. This causes wrong calculation of
DRAM start and size in dram_init_banksize(). The issue became apparent
only in Falcon Mode. Added an extra condition to prevent using
rom_pointer in SPL.

Signed-off-by: Elena Popa <[email protected]>
---
V2: Added the extra condition also in dram_init() and
get_effective_memsize() for consistency.

Thanks for the fix.

Reviewed-by: Fabio Estevam <[email protected]>

Reply via email to