From 5dd93e88fe3c9775107402bd32b91f8ccc2abe82 Mon Sep 17 00:00:00 2001 From: Atish Patra Date: Tue, 18 Jun 2019 14:54:06 -0700 Subject: utils: Remove tinyfdt.c tinyfdt.c was originally added to provide a minimal implementation of fdt parsing. However, we have already included libfdt in OpenSBI for more complicated operations. Remove tinfdt and replace its functiolity using libfdt. Signed-off-by: Atish Patra Acked-by: Anup Patel --- lib/utils/objects.mk | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/utils/objects.mk (limited to 'lib/utils/objects.mk') diff --git a/lib/utils/objects.mk b/lib/utils/objects.mk deleted file mode 100644 index 95ecd426..00000000 --- a/lib/utils/objects.mk +++ /dev/null @@ -1,10 +0,0 @@ -# -# SPDX-License-Identifier: BSD-2-Clause -# -# Copyright (c) 2019 Western Digital Corporation or its affiliates. -# -# Authors: -# Anup Patel -# - -libsbiutils-objs-y += tinyfdt.o -- cgit v1.3.1