]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: spl: fix typo 'TPL' to 'VPL'
authorLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 6 Aug 2025 11:39:12 +0000 (19:39 +0800)
committerHeinrich 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

index aa6d28fa33313b92e0389e883e0e22c706a597a9..7f2eac508060e250729d135375a869aa9fee31fc 100644 (file)
@@ -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).