summaryrefslogtreecommitdiff
path: root/test/compression.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:25 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:23:11 +0300
commit6c03f9e618f4a94900bdd5857117811e21ffb959 (patch)
treeaefbfc95146d87ee4c50775259fe8246d2cfab1c /test/compression.c
parentb03e0510d769381ce3cda5a494889bfee5042c59 (diff)
downloadu-boot-6c03f9e618f4a94900bdd5857117811e21ffb959.tar.xz
common: Add a new lz4.h header file
Add a header file to house the lz4 compression function. Add a comment while we are here, since it not even clear from the name what the function actuall does. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test/compression.c')
-rw-r--r--test/compression.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/compression.c b/test/compression.c
index 08fef59d0a..48dccc0e89 100644
--- a/test/compression.c
+++ b/test/compression.c
@@ -7,6 +7,7 @@
#include <bootm.h>
#include <command.h>
#include <gzip.h>
+#include <lz4.h>
#include <malloc.h>
#include <mapmem.h>
#include <asm/io.h>