mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 04:48:14 +00:00
fix(zynqmp): move bl31 with DEBUG=1 back to OCM
By default placing bl31 to addrexx 0x1000 is not good. Because this location is used by U-Boot SPL. That's why move TF-A back to OCM where it should be placed. BL31_BASE address exactly matches which requested address for U-BOOT SPL boot flow. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Change-Id: I608c1b88baffec538c6ae528f057820e34971c4c
This commit is contained in:
parent
299d38100a
commit
389594dfa7
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@
|
||||||
# define BL31_BASE U(0xfffea000)
|
# define BL31_BASE U(0xfffea000)
|
||||||
# define BL31_LIMIT U(0x100000000)
|
# define BL31_LIMIT U(0x100000000)
|
||||||
#else
|
#else
|
||||||
# define BL31_BASE U(0x1000)
|
# define BL31_BASE U(0xfff5a000)
|
||||||
# define BL31_LIMIT U(0x7ffff)
|
# define BL31_LIMIT U(0x100000000)
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
# define BL31_BASE (ZYNQMP_ATF_MEM_BASE)
|
# define BL31_BASE (ZYNQMP_ATF_MEM_BASE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue