git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6345df
)
arm64: zynqmp: Let fit-dtb.blob generated all the time
author
Michal Simek
<michal.simek@amd.com>
Fri, 18 Jul 2025 07:04:32 +0000
(09:04 +0200)
committer
Michal Simek
<michal.simek@amd.com>
Thu, 24 Jul 2025 07:05:40 +0000
(09:05 +0200)
There is a value to generate fit-dtb.blob even for cases without SPL
because flows with FSBL also require it.
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link:
https://lore.kernel.org/r/c2952da3c064d67821cd166d2392db39c1d23b2c.1752822270.git.michal.simek@amd.com
arch/arm/dts/zynqmp-binman-som.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-binman-som.dts
b/arch/arm/dts/zynqmp-binman-som.dts
index
a70123f
..
469b94b
100644
(file)
--- 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;