aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/fdt_test.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-27 07:38:30 -0600
committerSimon Glass <sjg@chromium.org>2017-06-02 10:18:20 -0600
commit99ed4a2e979150879fb70aea71898709536375d3 (patch)
treecb32ed8b42fdd0b3e5547b2f6b93022eacf7d3ca /tools/binman/fdt_test.py
parentec3f378a31602a2193ba8735323b71a4e63401da (diff)
downloadu-boot-99ed4a2e979150879fb70aea71898709536375d3.zip
u-boot-99ed4a2e979150879fb70aea71898709536375d3.tar.gz
u-boot-99ed4a2e979150879fb70aea71898709536375d3.tar.bz2
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 <sjg@chromium.org>
Diffstat (limited to 'tools/binman/fdt_test.py')
-rw-r--r--tools/binman/fdt_test.py2
1 files changed, 1 insertions, 1 deletions
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