From 60163080949a57ba28bc10cb599dc2a9b53c75c4 Mon Sep 17 00:00:00 2001 From: Yao Zi Date: Sat, 26 Apr 2025 17:26:02 +0000 Subject: [PATCH] riscv: dts: binman.dtsi: Drop filename property for proper U-Boot 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 Reviewed-by: Leo Yu-Chi Liang --- 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 f8c10837aa3..c5b0464d6a7 100644 --- a/arch/riscv/dts/binman.dtsi +++ b/arch/riscv/dts/binman.dtsi @@ -42,7 +42,6 @@ load = /bits/ 64 ; uboot_blob: u-boot-nodtb { - filename = "u-boot-nodtb.bin"; }; }; #else -- 2.39.5