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/cramfs.c b/cmd/cramfs.c index 1bc9875..ad232de 100644 --- a/cmd/cramfs.c +++ b/cmd/cramfs.c
@@ -13,6 +13,7 @@ #include <common.h> #include <command.h> #include <env.h> +#include <image.h> #include <malloc.h> #include <mapmem.h> #include <linux/list.h>