Re: [PATCH 4/5] Nokia RX-51: Simplify calculation of attached kernel image address

2022-08-20 Thread Tom Rini
On Thu, Aug 11, 2022 at 10:27:24PM +0200, Pali Rohár wrote: > Now when board starup code does not copy image to CONFIG_SYS_TEXT_BASE > address there is no need to calculate all addresses from base address at > runtime. The only address which needs to be calculated is attached kernel > image addres

[PATCH 4/5] Nokia RX-51: Simplify calculation of attached kernel image address

2022-08-11 Thread Pali Rohár
Now when board starup code does not copy image to CONFIG_SYS_TEXT_BASE address there is no need to calculate all addresses from base address at runtime. The only address which needs to be calculated is attached kernel image address which can be simplified at compile time without need to know CONFIG