> From: Bin Meng <bmeng...@gmail.com> > Sent: Monday, May 10, 2021 8:24 PM > To: Simon Glass <s...@chromium.org>; Rick Jian-Zhi Chen(陳建志) > <r...@andestech.com>; u-boot@lists.denx.de > Cc: Bin Meng <bmeng...@gmail.com> > Subject: [PATCH v5 12/13] riscv: ae350: Switch to use binman to generate > u-boot.itb > > Use the new BINMAN_STANDALONE_FDT option for AE350 based SPL defconfigs, so > that binman is now used to generate u-boot.itb. > > Signed-off-by: Bin Meng <bmeng...@gmail.com> > > --- > > (no changes since v3) > > Changes in v3: > - new patch: "riscv: ae350: Switch to use binman to generate u-boot.itb" > > arch/riscv/dts/ae350_32.dts | 2 ++ > arch/riscv/dts/ae350_64.dts | 2 ++ > board/AndesTech/ax25-ae350/Kconfig | 1 + > configs/ae350_rv32_spl_defconfig | 2 ++ > configs/ae350_rv32_spl_xip_defconfig | 2 ++ > configs/ae350_rv64_spl_defconfig | 2 ++ > configs/ae350_rv64_spl_xip_defconfig | 2 ++ > 7 files changed, 13 insertions(+)
Reviewed-by: Rick Chen <r...@andestech.com>