diff mbox series

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

Message ID 20250426172601.36427-2-ziyao@disroot.org
State Accepted
Commit 60163080949a57ba28bc10cb599dc2a9b53c75c4
Delegated to: Andes
Headers show
Series riscv: dts: binman.dtsi: Drop filename property for proper U-Boot | expand

Commit Message

Yao Zi April 26, 2025, 5:26 p.m. UTC
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>
---

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

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

Comments

Leo Liang May 8, 2025, 6:52 a.m. UTC | #1
On Sat, Apr 26, 2025 at 05:26:02PM +0000, Yao Zi wrote:
> 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>
> ---
> 
> Here's the clean up patch, thank you Leo and Tom!
> 
>  arch/riscv/dts/binman.dtsi | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
diff mbox series

Patch

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