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/net/nfs.c b/net/nfs.c index 5226e2c..72e1018 100644 --- a/net/nfs.c +++ b/net/nfs.c
@@ -29,6 +29,7 @@ #include <common.h> #include <command.h> #include <flash.h> +#include <image.h> #include <net.h> #include <malloc.h> #include <mapmem.h>