commit | 1d3b852e52d85d96c9cd4491da3daf42e3aef760 | [log] [tgz] |
---|---|---|
author | Jun Nie <jun.nie@linaro.org> | Wed May 08 14:38:32 2019 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jun 11 10:42:48 2019 +0200 |
tree | 113792996cef7755dcaa15c5dcf080d4d800dc6c | |
parent | 79fcbde8eb57a0dfc9761c4ba167186843d7a707 [diff] |
pico-imx7d: Reserve region of memory to OPTEE Subtracts CONFIG_OPTEE_TZDRAM_SIZE from the available DRAM size so that the OPTEE memory is not override during u-boot relocation. Note the OPTEE live in the end part of DRAM and OPTEE boot process will itself subtract the DRAM region it lives in from the memory map passed to Linux. Signed-off-by: Jun Nie <jun.nie@linaro.org> Reviewed-by: Peng Fan <peng.fan@nxp.com>