commit | 4a45d5d70329ba4082f036c7ff01fba380c3f3ef | [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 | 923b3653b7223d79fcd6ce2f8f910b112252f126 [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>