Home
last modified time | relevance | path

Searched hist:eac1bc9ea0503d78e64ba8736f1b304a537ee989 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit.ceac1bc9ea0503d78e64ba8736f1b304a537ee989 Fri Dec 20 03:45:21 UTC 2024 Xuhui Lin <xuhui.lin@rock-chips.com> rockchip: fit: Fix fdt alloc size

1. When need load HWID dtb, gd->fdt_blob points to HWID dtb
and U-Boot will re-alloc MEM_FDT based on fdt node in
ITB instead of resource. So alloc the larger size to
avoid fail in sysmem. It will already skip load DTB in fdt node.

2. Additionally increase size with CONFIG_SYS_FDT_PAD to reserve
some space for adding more props to dtb afterwards.

Change-Id: I02ffe0195f56b5e754d66f8d54556caed131b20a
Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>