> From: Heinrich Schuchardt <[email protected]> > Sent: Tuesday, October 04, 2022 12:08 AM > To: Tom Rini <[email protected]> > Cc: Rick Jian-Zhi Chen(陳建志) <[email protected]>; Leo Yu-Chi Liang(梁育齊) > <[email protected]>; Simon Glass <[email protected]>; Alexandre Ghiti > <[email protected]>; Aurelien Jarno <[email protected]>; > [email protected]; Heinrich Schuchardt <[email protected]> > Subject: [PATCH v4 2/3] buildman: differentiate between riscv32, riscv64 > > riscv32 needs a different toolchain than riscv64 > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > v4: > no change > v3: > new patch > --- > tools/buildman/boards.py | 11 +++++++++++ > 1 file changed, 11 insertions(+)
Reviewed-by: Rick Chen <[email protected]>

