[PATCH] riscv: dts: binman.dtsi: Drop filename property for proper U-Boot

Yao Zi ziyao at disroot.org
Sat Apr 26 19:26:02 CEST 2025


Drop filename property for proper U-Boot entry since binman takes
"u-boot-nodtb.bin" as the default filename for u-boot-nodtb entries.

This follows efe9c12322b ("riscv: dts: binman.dtsi: Switch to
u-boot-nodtb entry for proper U-Boot") to clean binman.dtsi up.

Signed-off-by: Yao Zi <ziyao at disroot.org>
---

Here's the clean up patch, thank you Leo and Tom!

 arch/riscv/dts/binman.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/riscv/dts/binman.dtsi b/arch/riscv/dts/binman.dtsi
index 5aeeeddb59f..b518560bb94 100644
--- a/arch/riscv/dts/binman.dtsi
+++ b/arch/riscv/dts/binman.dtsi
@@ -36,7 +36,6 @@
 					load = /bits/ 64 <CONFIG_TEXT_BASE>;
 
 					uboot_blob: u-boot-nodtb {
-						filename = "u-boot-nodtb.bin";
 					};
 				};
 #else
-- 
2.49.0



More information about the U-Boot mailing list