From 7fefef5078d427e5b9e22e19352d492029cea6f2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:44:54 -0700 Subject: common: Move device-tree setup functions to fdt_support.h These functions relate to setting up the device tree for booting the OS. The fdt_support.h header file supports similar functions, so move these there. Signed-off-by: Simon Glass --- board/freescale/t208xrdb/t208xrdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/freescale/t208xrdb/t208xrdb.c') diff --git a/board/freescale/t208xrdb/t208xrdb.c b/board/freescale/t208xrdb/t208xrdb.c index 3ac61f009c..b5c20112d0 100644 --- a/board/freescale/t208xrdb/t208xrdb.c +++ b/board/freescale/t208xrdb/t208xrdb.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include -- cgit