]> git.dujemihanovic.xyz Git - u-boot.git/commit
initcall: Correct use of relocation offset
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 20:30:22 +0000 (14:30 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 15:25:20 +0000 (09:25 -0600)
commit57c4cd17e6988d9ba4b9184f7b4e66ff0c22108f
tree68058a756132fb0b50e45fe8700971118cc89739
parentcb44201c7182f9367e7e0dd1b009a85e26fc1a83
initcall: Correct use of relocation offset

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 <sjg@chromium.org>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
lib/initcall.c
test/py/tests/test_trace.py