diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-01 09:46:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-11 16:43:41 -0400 |
commit | 0c670fc1481d2296f1f5837ea5c15cfbdaed710c (patch) | |
tree | 8ef8e9be714983218248ee61ea2d33ccc828a146 /board/menlo/m53menlo | |
parent | 0d6c7c60ea17c2323c1f78dbc71343d537dd33e3 (diff) | |
download | u-boot-0c670fc1481d2296f1f5837ea5c15cfbdaed710c.tar.gz u-boot-0c670fc1481d2296f1f5837ea5c15cfbdaed710c.tar.xz u-boot-0c670fc1481d2296f1f5837ea5c15cfbdaed710c.zip |
common: Move gzip functions into a new gzip header
As part of the effort to remove things from common.h, create a new header
for the gzip functions. Move the function declarations to it and add
missing documentation.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'board/menlo/m53menlo')
-rw-r--r-- | board/menlo/m53menlo/m53menlo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/menlo/m53menlo/m53menlo.c b/board/menlo/m53menlo/m53menlo.c index f2227f6992..a63af5fae0 100644 --- a/board/menlo/m53menlo/m53menlo.c +++ b/board/menlo/m53menlo/m53menlo.c @@ -20,6 +20,7 @@ #include <asm/spl.h> #include <fdt_support.h> #include <fsl_esdhc_imx.h> +#include <gzip.h> #include <i2c.h> #include <ipu_pixfmt.h> #include <linux/errno.h> |