[PATCH v3 5/5] imx: imx8mp_evk: fix boot issue

2020-06-08 Thread sbabic
> From: Peng Fan > The u-boot-spl.bin pad with ddr firmware conflicts with the > CONFIG_MALLOC_F_ADDR area, the ddr firmware will be overwritten > by malloc in SPL stage and cause ddr initialization not able > to finish. So update the related addresses to fix the issue. > Reported-by: Fabio

[PATCH v3 5/5] imx: imx8mp_evk: fix boot issue

2020-05-26 Thread Fabio Estevam
From: Peng Fan The u-boot-spl.bin pad with ddr firmware conflicts with the CONFIG_MALLOC_F_ADDR area, the ddr firmware will be overwritten by malloc in SPL stage and cause ddr initialization not able to finish. So update the related addresses to fix the issue. Reported-by: Fabio Estevam