Re: [PATCH] treewide: use runtime_address() where possible

2024-05-03 Thread Sascha Hauer
On Tue, 30 Apr 2024 07:56:34 +0200, Sascha Hauer wrote: > We now have runtime_address() to access a linker variable when the > binary is not yet relocated to the correct address. It provides a > safer API, so use this one where possible instead of using previous > way of adding

[PATCH] treewide: use runtime_address() where possible

2024-04-29 Thread Sascha Hauer
We now have runtime_address() to access a linker variable when the binary is not yet relocated to the correct address. It provides a safer API, so use this one where possible instead of using previous way of adding get_runtime_offset() manually. Signed-off-by: Sascha Hauer ---