fdt: Update fdt_test to use 'dt' instead of 'fdt'
authorSimon Glass <sjg@chromium.org>
Sat, 27 May 2017 13:38:20 +0000 (07:38 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 2 Jun 2017 16:16:47 +0000 (10:16 -0600)
commit1d88ebb2702d54f04ecda1899e43bb9fb06dad3a
treead63ffe392e6aad7991f6bcc24d34829ec0fde1f
parentee95d10ba95092d41dfd740628b04f2b8e9cc8f6
fdt: Update fdt_test to use 'dt' instead of 'fdt'

Since fdt is a module it conflicts with this variable name and prevents it
being used in tests. Rename the variable.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/fdt_test.py