> 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 1/3] docker: install riscv32 toolchain > > For building riscv32 targets we should use the riscv32 toolchain. > Add it to the Docker image. > > Drop the riscv toolchain-alias as we do not need it in future. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > v4: > drop riscv toolchain-alias > v3: > new patch > --- > tools/docker/Dockerfile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Rick Chen <[email protected]>

