Skip to content
Snippets Groups Projects
Commit ce39ee28 authored by Michal Simek's avatar Michal Simek
Browse files

zynqmp: Do not place u-boot to reserved memory location


TF-A and SecureOS can allocate the part of DDR for self but U-Boot is not
handling this configuration that the part of memory is reserved and
shouldn't be used by U-Boot. That's why read all reserved memory locations
and don't use it.
The code was taken from commit 4a1b975d ("board: stm32mp1: reserve
memory for OP-TEE in device tree") and commit 1419e5b5 ("stm32mp:
update MMU config before the relocation") which is used by stm32 and does
the job properly.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 43ef4c82
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment