commit | 100e5b020bc51f581f22c639b13876a40d7df59b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 26 11:43:20 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 03 16:01:36 2025 -0600 |
tree | d6c4909bfd6e52dff73876aae1853d4364da52ed | |
parent | 43e4f79bb6388f6db32dcb0a352984909496e266 [diff] |
spl: Provide a way to mark code needed for relocation Add a linker symbol which can be used to mark relocation code, so it can be collected by the linker and copied into a suitable place and executed when needed. Signed-off-by: Simon Glass <sjg@chromium.org>