From mboxrd@z Thu Jan 1 00:00:00 1970 From: Green Wan Date: Wed, 19 May 2021 08:18:19 -0700 Subject: [PATCH v10 9/9] riscv: sifive: unmatched: Switch to use binman to generate u-boot.itb In-Reply-To: <20210519151820.319379-1-green.wan@sifive.com> References: <20210519151820.319379-1-green.wan@sifive.com> Message-ID: <20210519151820.319379-10-green.wan@sifive.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Update to use binman instead. Signed-off-by: Green Wan --- 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