arm64: boot: fitImage: Add missing config for base-p0004224

U-Boot fails to load the baseboard overlay for PCB p0004224 at boot
because the FIT image configuration node is missing. Adding this entry
resolves the configuration name correctly and lets the bootloader
apply the appropriate base overlay.

Signed-off-by: Heinrich Toews <ht@twx-software.de>
This commit is contained in:
Heinrich Toews
2026-06-11 10:28:50 +02:00
parent c3ed670c91
commit 4988fa5c86
+5
View File
@@ -132,6 +132,11 @@
fdt = "img-overlay-PFC-750-840x-base-p0003964";
};
ovl-750-840x-base-p0004224 {
description = "Base Overlay p0004224 config";
fdt = "img-overlay-PFC-750-840x-base-p0004224";
};
ovl-750-840x-base-p0004305 {
description = "Base Overlay p0004305 config";
fdt = "img-overlay-PFC-750-840x-base-p0004305";