summaryrefslogtreecommitdiff
path: root/platform/fpga/openpiton/platform.c
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2020-03-23 22:48:58 +0300
committerAnup Patel <anup@brainfault.org>2020-03-24 11:00:32 +0300
commit040e4e2ec220403fb2508aa0809052924ef63a0b (patch)
treeb2a05b09962fc06fca987035b0b0cd8b20bc449e /platform/fpga/openpiton/platform.c
parentd1d6560a878200679e6e12e77032d06add8847a5 (diff)
downloadopensbi-040e4e2ec220403fb2508aa0809052924ef63a0b.tar.xz
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 <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'platform/fpga/openpiton/platform.c')
-rw-r--r--platform/fpga/openpiton/platform.c1
1 files changed, 1 insertions, 0 deletions
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 <sbi/sbi_hart.h>
#include <sbi/sbi_platform.h>
#include <sbi_utils/fdt/fdt_helper.h>
+#include <sbi_utils/fdt/fdt_fixup.h>
#include <sbi_utils/irqchip/plic.h>
#include <sbi_utils/serial/uart8250.h>
#include <sbi_utils/sys/clint.h>