commit | 85f137843669fd64228a3efda4d96cb9eb90aa69 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:03 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 14:02:35 2020 -0500 |
tree | 676aead549f3a82f2cf0260474eb48f43aeb1c61 | |
parent | 892265dff0bb29e5a9324452ae032c019cf2ecf8 [diff] [blame] |
common: Move the image globals into image.h These three globals relate to image handling. Move them to the image header file. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/cmd/bmp.c b/cmd/bmp.c index 1e4c972..edf4f56 100644 --- a/cmd/bmp.c +++ b/cmd/bmp.c
@@ -13,6 +13,7 @@ #include <command.h> #include <dm.h> #include <gzip.h> +#include <image.h> #include <lcd.h> #include <malloc.h> #include <mapmem.h>