summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorLeo Yu-Chi Liang <ycliang@andestech.com>2025-08-06 19:39:12 +0800
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2025-08-08 08:52:12 +0200
commit598df59f758df6c635970ed549beb2cb1674e0d9 (patch)
tree7232175524cd2f56b3c4ae3976d3e3014b3606e0 /doc/develop
parent47e9b73954259e4cf9ba07a4c793a26fbdb47bce (diff)
doc: spl: fix typo 'TPL' to 'VPL'
Fix typo: change 'TPL' to 'VPL'. Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/spl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/spl.rst b/doc/develop/spl.rst
index aa6d28fa333..7f2eac50806 100644
--- 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' (TPL))
+ 'bootph-verify' (VPL))
All the nodes remaining in the SPL devicetree are bound
(see doc/driver-model/design.rst).