diff options
author | Anatolij Gustschin <agust@denx.de> | 2017-08-18 17:58:51 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-20 09:54:34 -0400 |
commit | f1a7ba1da5f2a8ddaa4f61c7d9fb79ade5425f0f (patch) | |
tree | a2959a34b1e0aa0d9df054b50a1eba03be668c6a /tools | |
parent | e94c1268f262b521e972ee6fb4915520fe5af306 (diff) | |
download | u-boot-f1a7ba1da5f2a8ddaa4f61c7d9fb79ade5425f0f.tar.gz |
Fix 'notes' typos
s/notes/nodes
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dtoc/dtb_platdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dtoc/dtb_platdata.py b/tools/dtoc/dtb_platdata.py index 1f85343a9f..041a33188f 100644 --- a/tools/dtoc/dtb_platdata.py +++ b/tools/dtoc/dtb_platdata.py @@ -197,7 +197,7 @@ class DtbPlatdata(object): return lines def scan_dtb(self): - """Scan the device tree to obtain a tree of notes and properties + """Scan the device tree to obtain a tree of nodes and properties Once this is done, self._fdt.GetRoot() can be called to obtain the device tree root node, and progress from there. |