lz4: Do not disable LZ4_decompress_safe* for xPL
authorTom Rini <trini@konsulko.com>
Wed, 1 Oct 2025 20:31:01 +0000 (14:31 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 10 Oct 2025 20:25:33 +0000 (14:25 -0600)
commitdde1515be5e2f6fdf3429b0d6d5ad6fa80e7715e
tree7ad35f0a9955a5047d00ee6e5b601e13a471ba18
parent16bbc225fed7931988616ba4e223954ae5ccc06b
lz4: Do not disable LZ4_decompress_safe* for xPL

We should compile the LZ4_decompress_safe and
LZ4_decompress_safe_partial functions in SPL and they will be discarded
if unused.

Signed-off-by: Tom Rini <trini@konsulko.com>
lib/lz4.c