Re: [PATCH 14/42] initcall: Correct use of relocation offset

2024-06-12 Thread Caleb Connolly
Hi Simon, On 11/06/2024 22:01, Simon Glass wrote: The relocation offset can change in some initcall sequences. Handle this and make sure it is used for all debugging statements in init_run_list() Update the trace test to match. Signed-off-by: Simon Glass --- lib/initcall.c | 6

[PATCH 14/42] initcall: Correct use of relocation offset

2024-06-11 Thread Simon Glass
The relocation offset can change in some initcall sequences. Handle this and make sure it is used for all debugging statements in init_run_list() Update the trace test to match. Signed-off-by: Simon Glass --- lib/initcall.c | 6 -- test/py/tests/test_trace.py | 4 ++-- 2 files