diff options
author | Bin Meng | 2021-05-10 20:23:35 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang | 2021-05-19 17:01:50 +0800 |
commit | 0784510f74134f8f74e2c207283119d3b8e101ad (patch) | |
tree | 17242ddeaa68a0577d0d89f254b6fc940cca2dbc /board/sifive | |
parent | 73c2a8fb682e2713cb117d87cc6dc7a811d5777d (diff) |
riscv: sifive: unleashed: Switch to use binman to generate u-boot.itb
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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/sifive')
-rw-r--r-- | board/sifive/unleashed/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sifive/unleashed/Kconfig b/board/sifive/unleashed/Kconfig index dbffd59c98e..502916e86a8 100644 --- a/board/sifive/unleashed/Kconfig +++ b/board/sifive/unleashed/Kconfig @@ -27,6 +27,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select SIFIVE_FU540 select ENV_IS_IN_SPI_FLASH + select BINMAN imply CMD_DHCP imply CMD_EXT2 imply CMD_EXT4 |