commit | bb1492ebf8d663357aefdfbc3d62843a79c74c38 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 26 11:43:22 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 03 16:01:36 2025 -0600 |
tree | 29c8614b771539b86578c874b4e5307d81580eaa | |
parent | 973dd9cb5cbfffec7ac830768dbff6c5ecdd586b [diff] |
lib: Mark lz4 as relocation code Mark the lz4 decompression code as needed by relocation. This is used to decompress the next-phase image. Drop the 'safe' versions from SPL as they are not needed. Change the static array to a local one, to avoid a crash errors when trying to access the data from relocated code. Make this conditional to avoid a code-size increase when SPL_RELOC is not used/ Signed-off-by: Simon Glass <sjg@chromium.org>