From 040e4e2ec220403fb2508aa0809052924ef63a0b Mon Sep 17 00:00:00 2001 From: Atish Patra Date: Mon, 23 Mar 2020 12:48:58 -0700 Subject: lib: utils: Move fdt fixup helper routines to a different file FDT helper file contain both fdt fixup and parsing functions. Split the fixup related functions to a separate file for a better code organization. Signed-off-by: Atish Patra Reviewed-by: Anup Patel --- platform/fpga/openpiton/platform.c | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/fpga/openpiton') diff --git a/platform/fpga/openpiton/platform.c b/platform/fpga/openpiton/platform.c index e2ee671..96c2d57 100644 --- a/platform/fpga/openpiton/platform.c +++ b/platform/fpga/openpiton/platform.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3