mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-04 13:22:31 +00:00
Fix 'notes' typos
s/notes/nodes Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
e94c1268f2
commit
f1a7ba1da5
2 changed files with 3 additions and 3 deletions
|
@ -185,7 +185,7 @@ config OF_LIBFDT
|
||||||
help
|
help
|
||||||
This enables the FDT library (libfdt). It provides functions for
|
This enables the FDT library (libfdt). It provides functions for
|
||||||
accessing binary device tree images in memory, such as adding and
|
accessing binary device tree images in memory, such as adding and
|
||||||
removing notes and properties, scanning through the tree and finding
|
removing nodes and properties, scanning through the tree and finding
|
||||||
particular compatible nodes. The library operates on a flattened
|
particular compatible nodes. The library operates on a flattened
|
||||||
version of the device tree.
|
version of the device tree.
|
||||||
|
|
||||||
|
@ -200,7 +200,7 @@ config SPL_OF_LIBFDT
|
||||||
help
|
help
|
||||||
This enables the FDT library (libfdt). It provides functions for
|
This enables the FDT library (libfdt). It provides functions for
|
||||||
accessing binary device tree images in memory, such as adding and
|
accessing binary device tree images in memory, such as adding and
|
||||||
removing notes and properties, scanning through the tree and finding
|
removing nodes and properties, scanning through the tree and finding
|
||||||
particular compatible nodes. The library operates on a flattened
|
particular compatible nodes. The library operates on a flattened
|
||||||
version of the device tree.
|
version of the device tree.
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,7 @@ class DtbPlatdata(object):
|
||||||
return lines
|
return lines
|
||||||
|
|
||||||
def scan_dtb(self):
|
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
|
Once this is done, self._fdt.GetRoot() can be called to obtain the
|
||||||
device tree root node, and progress from there.
|
device tree root node, and progress from there.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue