
6 May
2021
6 May
'21
1:37 a.m.
On Wed, 5 May 2021 at 08:16, Bin Meng bmeng.cn@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@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@chromium.org
Is it possible to migrate all the boards so as not to leave two paths in use?