lib/utils: fdt: Update FDT expand size to 1024 for reserved memory node
authorBin Meng <bin.meng@windriver.com>
Thu, 25 Jun 2020 09:36:39 +0000 (02:36 -0700)
committerAnup Patel <anup@brainfault.org>
Mon, 6 Jul 2020 08:35:29 +0000 (14:05 +0530)
commita5f9104330353491fc6c0fdb42262543d39518d9
tree99d591a355406b1230da7bd8378d84d401f240ac
parent7d61a687755323989a35d6ba88d333cb006bab4a
lib/utils: fdt: Update FDT expand size to 1024 for reserved memory node

Currently 256 bytes is used for the FDT expand size when fixing up
reserved memory node. Increase it to 1024 bytes with an estimated
size of 64 bytes per PMP memory region by 16 regions in total.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
lib/utils/fdt/fdt_fixup.c