mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
Merge "fix(zynqmp): fix prepare_dtb() memory description" into integration
This commit is contained in:
commit
f51bbacff6
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ static void prepare_dtb(void)
|
|||
|
||||
/* Reserve memory used by Trusted Firmware. */
|
||||
if (fdt_add_reserved_memory(dtb, "tf-a", BL31_BASE,
|
||||
BL31_LIMIT - BL31_BASE + 1)) {
|
||||
(size_t) (BL31_LIMIT - BL31_BASE))) {
|
||||
WARN("Failed to add reserved memory nodes for BL31 to DT.\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue