This file was used to select between the normal and fallback libfdt implementations. Now that we only have one, it is not needed. Drop it and fix up all users. Signed-off-by: Simon Glass <sjg@chromium.org>master
parent
ec3f378a31
commit
99ed4a2e97
@ -1,16 +0,0 @@ |
||||
#!/usr/bin/python |
||||
# |
||||
# Copyright (C) 2016 Google, Inc |
||||
# Written by Simon Glass <sjg@chromium.org> |
||||
# |
||||
# SPDX-License-Identifier: GPL-2.0+ |
||||
# |
||||
|
||||
# Bring in the normal fdt library (which relies on libfdt) |
||||
import fdt |
||||
|
||||
def FdtScan(fname): |
||||
"""Returns a new Fdt object from the implementation we are using""" |
||||
dtb = fdt.Fdt(fname) |
||||
dtb.Scan() |
||||
return dtb |
Loading…
Reference in new issue