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>
This commit is contained in:
Atish Patra
2019-01-09 00:47:14 -08:00
committed by Anup Patel
parent e2ce15cb3b
commit 57d5eaa5fb
4 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -7,4 +7,4 @@
# SPDX-License-Identifier: BSD-2-Clause
#
platform-common-objs-y += fdt.o
platform-common-objs-y += tinyfdt.o