> From: Bin Meng <bm...@tinylab.org> > Sent: Thursday, March 30, 2023 12:20 PM > To: u-boot@lists.denx.de > Cc: Leo Yu-Chi Liang(梁育齊) <ycli...@andestech.com>; Nikita Shubin > <n.shu...@yadro.com>; Rick Jian-Zhi Chen(陳建志) <r...@andestech.com> > Subject: [PATCH 2/8] riscv: Optimize loading relocation type > > 't5' already contains relocation type so don't bother reloading it. > > Signed-off-by: Bin Meng <bm...@tinylab.org> > --- > > arch/riscv/cpu/start.S | 1 - > 1 file changed, 1 deletion(-)
Reviewed-by: Rick Chen <r...@andestech.com>