From 64045a6a173e6cf74a9c30bbe21a93d105be289e Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 16 Apr 2020 18:30:18 +0900 Subject: libfdt: split fdt_region declarations out to fdt_region APIs are not part of libfdt. They are U-Boot extension for the verified boot. Split the declarations related to fdt_region out of . This allows to become a simple wrapper file, like Linux does. Signed-off-by: Masahiro Yamada --- tools/fdtgrep.c | 1 + tools/image-host.c | 1 + 2 files changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/fdtgrep.c b/tools/fdtgrep.c index 2a8058f57fa..7e168a1e6be 100644 --- a/tools/fdtgrep.c +++ b/tools/fdtgrep.c @@ -17,6 +17,7 @@ #include #include #include +#include #include "fdt_host.h" #include "libfdt_internal.h" diff --git a/tools/image-host.c b/tools/image-host.c index 5bb68965e76..9a83b7f6755 100644 --- a/tools/image-host.c +++ b/tools/image-host.c @@ -10,6 +10,7 @@ #include "mkimage.h" #include +#include #include #include -- cgit v1.2.3