Re: [PATCH 2/8] riscv: Optimize loading relocation type

2023-04-07 Thread Rick Chen
> From: Bin Meng > Sent: Thursday, March 30, 2023 12:20 PM > To: u-boot@lists.denx.de > Cc: Leo Yu-Chi Liang(梁育齊) ; Nikita Shubin > ; Rick Jian-Zhi Chen(陳建志) > Subject: [PATCH 2/8] riscv: Optimize loading relocation type > > 't5' already contains relocation type s

[PATCH 2/8] riscv: Optimize loading relocation type

2023-03-30 Thread Bin Meng
't5' already contains relocation type so don't bother reloading it. Signed-off-by: Bin Meng --- arch/riscv/cpu/start.S | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/riscv/cpu/start.S b/arch/riscv/cpu/start.S index 3c8344c345..879bdc1803 100644 --- a/arch/riscv/cpu/start.S +++