riscv: dts: binman.dtsi: Drop filename property for proper U-Boot
authorYao Zi <ziyao@disroot.org>
Sat, 26 Apr 2025 17:26:02 +0000 (17:26 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 21 May 2025 08:46:05 +0000 (16:46 +0800)
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@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/binman.dtsi

index f8c1083..c5b0464 100644 (file)
@@ -42,7 +42,6 @@
                                        load = /bits/ 64 <CONFIG_TEXT_BASE>;
 
                                        uboot_blob: u-boot-nodtb {
-                                               filename = "u-boot-nodtb.bin";
                                        };
                                };
 #else