diff options
| author | Atish Patra <[email protected]> | 2019-06-18 14:54:06 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-06-19 09:55:13 +0530 |
| commit | 5dd93e88fe3c9775107402bd32b91f8ccc2abe82 (patch) | |
| tree | 1615408b4115f54c0148c90d7b905e379026f2ce /lib/utils/objects.mk | |
| parent | b2d0caf86b633e4242bc320d03ba7d13ff99b7f1 (diff) | |
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 <[email protected]>
Acked-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/objects.mk')
| -rw-r--r-- | lib/utils/objects.mk | 10 |
1 files changed, 0 insertions, 10 deletions
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 <[email protected]> -# - -libsbiutils-objs-y += tinyfdt.o |
