summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-01-09 11:47:14 +0300
committerAnup Patel <anup@brainfault.org>2019-01-18 07:35:12 +0300
commit57d5eaa5fb7d43684af2514aee14c7f2356fa5cb (patch)
treec45acff1f6380e099340d73612d92c31583e907f /platform
parente2ce15cb3be93c3ba8d380a1f0348a6df8606e2a (diff)
downloadopensbi-57d5eaa5fb7d43684af2514aee14c7f2356fa5cb.tar.xz
platform: Rename fdt.c to tinyfdt.c
Libfdt already have fdt.c and fdt.h. Rename both fdt.* present in openSBI to tinyfdt.* Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'platform')
-rw-r--r--platform/common/include/plat/tinyfdt.h (renamed from platform/common/include/plat/fdt.h)0
-rw-r--r--platform/common/irqchip/plic.c2
-rw-r--r--platform/common/objects.mk2
-rw-r--r--platform/common/tinyfdt.c (renamed from platform/common/fdt.c)0
4 files changed, 2 insertions, 2 deletions
diff --git a/platform/common/include/plat/fdt.h b/platform/common/include/plat/tinyfdt.h
index 246243f..246243f 100644
--- a/platform/common/include/plat/fdt.h
+++ b/platform/common/include/plat/tinyfdt.h
diff --git a/platform/common/irqchip/plic.c b/platform/common/irqchip/plic.c
index 61a6bd0..8a1e08e 100644
--- a/platform/common/irqchip/plic.c
+++ b/platform/common/irqchip/plic.c
@@ -8,7 +8,7 @@
*/
#include <sbi/riscv_io.h>
-#include <plat/fdt.h>
+#include <plat/tinyfdt.h>
#include <plat/irqchip/plic.h>
#define PLIC_PRIORITY_BASE 0x0
diff --git a/platform/common/objects.mk b/platform/common/objects.mk
index 712e950..b3e06fd 100644
--- a/platform/common/objects.mk
+++ b/platform/common/objects.mk
@@ -7,4 +7,4 @@
# SPDX-License-Identifier: BSD-2-Clause
#
-platform-common-objs-y += fdt.o
+platform-common-objs-y += tinyfdt.o
diff --git a/platform/common/fdt.c b/platform/common/tinyfdt.c
index 4f6017c..4f6017c 100644
--- a/platform/common/fdt.c
+++ b/platform/common/tinyfdt.c