mbox series

[0/1] firmware: Minor optimization for relocate

Message ID 20221129035407.28946-1-zhangdongdong@eswincomputing.com
Headers show
Series firmware: Minor optimization for relocate | expand

Message

DongdongZhang Nov. 29, 2022, 3:54 a.m. UTC
The t3 register stores the address of _load_end. If relocation is not required, it is unnecessary to calculate the address of _load_end.

This can reduce the operation time of two instructions.

Dongdong Zhang (1):
  firmware: Minor optimization for relocate

 firmware/fw_base.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)