]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(zynqmp): fix DT reserved allocated size
authorMichal Simek <michal.simek@amd.com>
Mon, 13 Feb 2023 12:11:28 +0000 (13:11 +0100)
committerMichal Simek <michal.simek@amd.com>
Mon, 13 Feb 2023 12:19:03 +0000 (13:19 +0100)
commit2c03915322ede112030fcfb8097d4697b92fcc2f
tree4195e9bd4c31a3477fbf2d11e5f9c10883ddb3c6
parent6264643a0711faef346cbbb6e3d928a198aeaf31
fix(zynqmp): fix DT reserved allocated size

BL31_LIMIT is not size but reserved node reg property contains base
address and size that's why BL31_LIMIT - BL31_BASE + 1 is correct size
of reseved space for BL31.
Also update warning message to cover that it is for BL31.

Change-Id: I53f53d2170eb873f758f9ba250d54f57f0b562b4
Signed-off-by: Michal Simek <michal.simek@amd.com>
plat/xilinx/zynqmp/bl31_zynqmp_setup.c