commit | 0c715a2cb764d3653b69618f8c619b656c9efc5f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:03 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:49 2020 +0530 |
tree | b232d2432b1384e1b12d9e82c5a805e6a9548490 | |
parent | 38cce70dc473daf9d9770aed21eb04f616875978 [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>