commit | caf62670a8b6a3c294b7ece2d5f4f1fb952a003e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 09 09:28:21 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 09 13:09:56 2021 -0400 |
tree | e085b4c6bf58d86374bc541da07bf26716f274a1 | |
parent | 06aeb26cff2d13382dbfe4901c5038fc93c07746 [diff] |
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>