commit | d1b4d0d660e469ce0eb4ec7cb06cd95dbdadf646 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@toradex.com> | Fri Mar 27 12:28:18 2020 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Apr 17 18:58:58 2020 +0200 |
tree | 398d2c3d14826d6e5c2da13d173ff5e6dd8ad806 | |
parent | af4d6e7ae83de5df25cf0e1fe8d9345c462c4aa1 [diff] |
verdin-imx8mm: adjust dram size in case bl32 is used Adjust DRAM size in case BL32 secure payload is loaded (OP-TEE/Trusty), so during MMU initialization U-Boot won't touch this mem area. BL32 is loaded to the end of DRAM, bl32 payload size is read from rom_pointer[1]. This relates to the issue described in 59efa6b52b("imx8m: Fix MMU table issue for OPTEE memory"). Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>