From 99ed4a2e979150879fb70aea71898709536375d3 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 27 May 2017 07:38:30 -0600 Subject: fdt: Drop fdt_select.py 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 --- tools/binman/fdt_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/binman/fdt_test.py') diff --git a/tools/binman/fdt_test.py b/tools/binman/fdt_test.py index df2b0a6..249a9ea 100644 --- a/tools/binman/fdt_test.py +++ b/tools/binman/fdt_test.py @@ -12,7 +12,7 @@ import tempfile import unittest import fdt -from fdt_select import FdtScan +from fdt import FdtScan import fdt_util import tools -- cgit v1.1