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/elf.c b/cmd/elf.c index 57736f9..ba06df0 100644 --- a/cmd/elf.c +++ b/cmd/elf.c
@@ -18,6 +18,7 @@ #include <cpu_func.h> #include <elf.h> #include <env.h> +#include <image.h> #include <net.h> #include <vxworks.h> #ifdef CONFIG_X86