lz4: Use a private header for U-Boot
authorSimon Glass <sjg@chromium.org>
Sat, 9 Oct 2021 15:28:21 +0000 (09:28 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 9 Oct 2021 17:09:56 +0000 (13:09 -0400)
commit2a2d8e94ddc75c2c8d456e9163aa5dac510badcf
treee085b4c6bf58d86374bc541da07bf26716f274a1
parent94e922c76a0e1fcdead3359e340f53fd0709a963
lz4: Use a private header for U-Boot

At present U-Boot has a header file called lz4.h for its own use. If the
host has its own lz4 header file installed (e.g. from the 'liblz4-dev'
package) then host builds will use that instead.

Move the U-Boot file into its own directory, as is done with various
other headers with the same problem.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/unlz4.c
common/image.c
include/u-boot/lz4.h [moved from include/lz4.h with 100% similarity]
lib/lz4_wrapper.c
test/compression.c