commit | 8e8ccfe1aa1a3ea0cb88b4438c7a687fcf8632a1 | [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 | bb872dd930ccc0fb7a91c1b8e34b39ce2e9fed06 [diff] |
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/lib/optee/optee.c b/lib/optee/optee.c index c883c49..9b49eb8 100644 --- a/lib/optee/optee.c +++ b/lib/optee/optee.c
@@ -5,6 +5,7 @@ */ #include <common.h> +#include <image.h> #include <malloc.h> #include <linux/libfdt.h> #include <tee/optee.h>