git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e9b73
)
doc: spl: fix typo 'TPL' to 'VPL'
author
Leo Yu-Chi Liang
<ycliang@andestech.com>
Wed, 6 Aug 2025 11:39:12 +0000
(19:39 +0800)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Fri, 8 Aug 2025 06:52:12 +0000
(08:52 +0200)
Fix typo: change 'TPL' to 'VPL'.
Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/develop/spl.rst
patch
|
blob
|
history
diff --git
a/doc/develop/spl.rst
b/doc/develop/spl.rst
index
aa6d28f
..
7f2eac5
100644
(file)
--- a/
doc/develop/spl.rst
+++ b/
doc/develop/spl.rst
@@
-142,7
+142,7
@@
fdtgrep is also used to remove:
- the properties defined in CONFIG_OF_SPL_REMOVE_PROPS
- all the pre-relocation properties
('bootph-all', 'bootph-pre-ram' (SPL), 'bootph-pre-sram' (TPL) and
- 'bootph-verify' (
T
PL))
+ 'bootph-verify' (
V
PL))
All the nodes remaining in the SPL devicetree are bound
(see doc/driver-model/design.rst).