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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user