commit | 57c4cd17e6988d9ba4b9184f7b4e66ff0c22108f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 23 14:30:22 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 04 09:25:20 2024 -0600 |
tree | 68058a756132fb0b50e45fe8700971118cc89739 | |
parent | cb44201c7182f9367e7e0dd1b009a85e26fc1a83 [diff] |
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>