diff options
author | Yao Zi <ziyao@disroot.org> | 2025-04-26 17:26:02 +0000 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2025-05-21 16:46:05 +0800 |
commit | 60163080949a57ba28bc10cb599dc2a9b53c75c4 (patch) | |
tree | f5fdf176404593d2bdebbb01cb8318dc8ad69f2e | |
parent | 37b0b22d8b7bbed6aa95b6daed06dcbf4a66f211 (diff) |
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 <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
-rw-r--r-- | arch/riscv/dts/binman.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
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 <CONFIG_TEXT_BASE>; uboot_blob: u-boot-nodtb { - filename = "u-boot-nodtb.bin"; }; }; #else |