> From: Bin Meng <[email protected]> > Sent: Monday, May 10, 2021 8:24 PM > To: Simon Glass <[email protected]>; Rick Jian-Zhi Chen(陳建志) > <[email protected]>; [email protected] > Cc: Bin Meng <[email protected]> > 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 <[email protected]> > > --- > > (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 <[email protected]>

