commit | 1c9bc0fffa1a84733399c353558da268b9fdcaab | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Thu Apr 07 15:55:56 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 19:10:44 2022 +0200 |
tree | ddcc549349d9ab18d5e93dd65bde41d466b44684 | |
parent | 1166bd433ab83bf889764f572410ec6814e01e9d [diff] |
imx8m: soc: Relocate u-boot to the top DDR in 4GB space The EFI memory init uses gd->ram_top for conventional memory. In current implementation, the ram_top is below optee address. This cause grub failed to allocation memory for initrd. The change updates DDR bank setup functions to place the u-boot at top DDR in 4GB space. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>