Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
reform-boundary-uboot
Commits
f1a7ba1d
Commit
f1a7ba1d
authored
7 years ago
by
Anatolij Gustschin
Committed by
Tom Rini
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix 'notes' typos
s/notes/nodes Signed-off-by:
Anatolij Gustschin
<
agust@denx.de
>
parent
e94c1268
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/Kconfig
+2
-2
2 additions, 2 deletions
lib/Kconfig
tools/dtoc/dtb_platdata.py
+1
-1
1 addition, 1 deletion
tools/dtoc/dtb_platdata.py
with
3 additions
and
3 deletions
lib/Kconfig
+
2
−
2
View file @
f1a7ba1d
...
...
@@ -185,7 +185,7 @@ config OF_LIBFDT
help
This enables the FDT library (libfdt). It provides functions for
accessing binary device tree images in memory, such as adding and
removing no
t
es and properties, scanning through the tree and finding
removing no
d
es and properties, scanning through the tree and finding
particular compatible nodes. The library operates on a flattened
version of the device tree.
...
...
@@ -200,7 +200,7 @@ config SPL_OF_LIBFDT
help
This enables the FDT library (libfdt). It provides functions for
accessing binary device tree images in memory, such as adding and
removing no
t
es and properties, scanning through the tree and finding
removing no
d
es and properties, scanning through the tree and finding
particular compatible nodes. The library operates on a flattened
version of the device tree.
...
...
This diff is collapsed.
Click to expand it.
tools/dtoc/dtb_platdata.py
+
1
−
1
View file @
f1a7ba1d
...
...
@@ -197,7 +197,7 @@ class DtbPlatdata(object):
return
lines
def
scan_dtb
(
self
):
"""
Scan the device tree to obtain a tree of no
t
es and properties
"""
Scan the device tree to obtain a tree of no
d
es and properties
Once this is done, self._fdt.GetRoot() can be called to obtain the
device tree root node, and progress from there.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment