commit | dfe5f5b97d369b0fcf24c792b0fc83661aa24afa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 06 10:27:32 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | 22dc713e7b5ec2be3f4aef60521e9e54651b712a | |
parent | 760b7170c5e44c771397eaf57b7197b621373809 [diff] [blame] |
dtoc: Fix some minor errors Fix some comments and a printf string which is incorrect. Signed-off-by: Simon Glass <sjg@chromium.org>
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 @@ 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