[PATCH v10 9/9] riscv: sifive: unmatched: Switch to use binman to generate u-boot.itb

Green Wan green.wan at sifive.com
Wed May 19 17:18:19 CEST 2021


Update to use binman instead.

Signed-off-by: Green Wan <green.wan at sifive.com>
---
 arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi | 1 +
 board/sifive/unmatched/Kconfig                  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi b/arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi
index 3dcd2b4987..c5475aa149 100644
--- a/arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi
+++ b/arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi
@@ -3,6 +3,7 @@
  * Copyright (C) 2020-2021 SiFive, Inc
  */
 
+#include "binman.dtsi"
 #include "fu740-c000-u-boot.dtsi"
 #include "fu740-hifive-unmatched-a00-ddr.dtsi"
 
diff --git a/board/sifive/unmatched/Kconfig b/board/sifive/unmatched/Kconfig
index 9e2748ce1e..88b5883cae 100644
--- a/board/sifive/unmatched/Kconfig
+++ b/board/sifive/unmatched/Kconfig
@@ -28,6 +28,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select SIFIVE_FU740
 	select SUPPORT_SPL
 	select RESET_SIFIVE
+	select BINMAN
 	imply CMD_DHCP
 	imply CMD_EXT2
 	imply CMD_EXT4
-- 
2.31.0



More information about the U-Boot mailing list