aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-07-06 10:27:32 -0600
committerSimon Glass <sjg@chromium.org>2018-07-09 09:11:00 -0600
commitdfe5f5b97d369b0fcf24c792b0fc83661aa24afa (patch)
tree22dc713e7b5ec2be3f4aef60521e9e54651b712a /tools/dtoc/fdt.py
parent760b7170c5e44c771397eaf57b7197b621373809 (diff)
downloadu-boot-dfe5f5b97d369b0fcf24c792b0fc83661aa24afa.zip
u-boot-dfe5f5b97d369b0fcf24c792b0fc83661aa24afa.tar.gz
u-boot-dfe5f5b97d369b0fcf24c792b0fc83661aa24afa.tar.bz2
dtoc: Fix some minor errors
Fix some comments and a printf string which is incorrect. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/dtoc/fdt.py')
-rw-r--r--tools/dtoc/fdt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dtoc/fdt.py b/tools/dtoc/fdt.py
index c1d04d4..e7703c1 100644
--- a/tools/dtoc/fdt.py
+++ b/tools/dtoc/fdt.py
@@ -428,7 +428,7 @@ class Fdt:
return node
def FdtScan(fname):
- """Returns a new Fdt object from the implementation we are using"""
+ """Returns a new Fdt object"""
dtb = Fdt(fname)
dtb.Scan()
return dtb