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

Simon Glass sjg at chromium.org
Thu May 6 01:37:50 CEST 2021


On Wed, 5 May 2021 at 08:16, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> At present SiFive Unleashed board uses the Makefile to create the FIT,
> using USE_SPL_FIT_GENERATOR, which is deprecated as per the Makefile
> warning. Update to use binman instead.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
>  arch/riscv/dts/binman.dtsi                    | 70 +++++++++++++++++++
>  .../dts/hifive-unleashed-a00-u-boot.dtsi      |  1 +
>  board/sifive/unleashed/Kconfig                |  1 +
>  configs/sifive_unleashed_defconfig            |  1 +
>  4 files changed, 73 insertions(+)
>  create mode 100644 arch/riscv/dts/binman.dtsi

Reviewed-by: Simon Glass <sjg at chromium.org>

Is it possible to migrate all the boards so as not to leave two paths in use?


More information about the U-Boot mailing list