commit | 28fff3fa1c7abb09888585252147e35496074880 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue May 26 20:33:50 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 08 10:42:45 2020 +0200 |
tree | f1070d828974182242b4e67d1f57f8364799f620 | |
parent | 0ec9d5bda93e0203405ffff134ce7b2d7fbda6aa [diff] |
imx: imx8mp_evk: fix boot issue 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 <festevam@gmail.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Fabio Estevam <festevam@gmail.com>