commit | cad6b825f828faa34dc5d189463c698a7c9a0071 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 21 21:16:55 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 31 13:16:54 2023 -0400 |
tree | 4e44642f6b9e8a7113af38d59ecb8a40297cf361 | |
parent | 6b42d38ab67f7c65733abda86db47cc8a283be0a [diff] |
initcall: Support manual relocation Move the manual-relocation code to the initcall file. Make sure to avoid manually relocating event types. Only true function pointers should be relocated. Signed-off-by: Simon Glass <sjg@chromium.org>