[PATCH] arm64: zynqmp: Let fit-dtb.blob generated all the time

Michal Simek michal.simek at amd.com
Fri Jul 18 09:04:32 CEST 2025


There is a value to generate fit-dtb.blob even for cases without SPL
because flows with FSBL also require it.

Signed-off-by: Michal Simek <michal.simek at amd.com>
---

 arch/arm/dts/zynqmp-binman-som.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/zynqmp-binman-som.dts b/arch/arm/dts/zynqmp-binman-som.dts
index a70123feeadd..469b94bbde60 100644
--- a/arch/arm/dts/zynqmp-binman-som.dts
+++ b/arch/arm/dts/zynqmp-binman-som.dts
@@ -20,7 +20,6 @@
 	binman: binman {
 		multiple-images;
 
-#ifdef CONFIG_SPL
 		fit-dtb.blob {
 			filename = "fit-dtb.blob";
 			pad-byte = <0>;
@@ -109,6 +108,7 @@
 			};
 		};
 
+#ifdef CONFIG_SPL
 		/* Generation in a static way */
 		itb {
 			filename = U_BOOT_ITB_FILENAME;
-- 
2.43.0

base-commit: d6a4c0cd9937150c5c1c90317cf073c8a71ffda1
branch: debian-sent3


More information about the U-Boot mailing list