X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=blobdiff_plain;f=tools%2Fdtoc%2Fdtb_platdata.py;h=041a33188ff9e8ecae75d8f62ff6646185894cb9;hp=1f85343a9fd2de7532b5f032c7939e20ec5f5df2;hb=f1a7ba1da5f2a8ddaa4f61c7d9fb79ade5425f0f;hpb=e94c1268f262b521e972ee6fb4915520fe5af306 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.