From 8e8ccfe1aa1a3ea0cb88b4438c7a687fcf8632a1 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:45:03 -0700 Subject: 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 --- common/board_r.c | 1 + common/update.c | 1 + 2 files changed, 2 insertions(+) (limited to 'common') diff --git a/common/board_r.c b/common/board_r.c index cf3a5f7b73..668496abed 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include diff --git a/common/update.c b/common/update.c index bfb760e52a..c8dd346a09 100644 --- a/common/update.c +++ b/common/update.c @@ -8,6 +8,7 @@ #include #include +#include #if !(defined(CONFIG_FIT) && defined(CONFIG_OF_LIBFDT)) #error "CONFIG_FIT and CONFIG_OF_LIBFDT are required for auto-update feature" -- cgit v1.2.3