summaryrefslogtreecommitdiff
path: root/lib/string.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-01-26 11:43:22 -0700
committerTom Rini <trini@konsulko.com>2025-02-03 16:01:36 -0600
commit6e5b3d4265971a0494c4ef016597f65c41651ed9 (patch)
tree29c8614b771539b86578c874b4e5307d81580eaa /lib/string.c
parent3b52337c759aea13379ff624c3204d920d87eeb7 (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>
Diffstat (limited to 'lib/string.c')
0 files changed, 0 insertions, 0 deletions