From: Leo Yu-Chi Liang Date: Wed, 6 Aug 2025 11:39:12 +0000 (+0800) Subject: doc: spl: fix typo 'TPL' to 'VPL' X-Git-Tag: v2025.10-rc2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598df59f758df6c635970ed549beb2cb1674e0d9;p=pandora-u-boot.git doc: spl: fix typo 'TPL' to 'VPL' Fix typo: change 'TPL' to 'VPL'. Signed-off-by: Leo Yu-Chi Liang Reviewed-by: Heinrich Schuchardt --- 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).