[PATCH 1/1] doc: spl: fix typo 'TPL' to 'VPL'
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Fri Aug 8 08:57:32 CEST 2025
On 06.08.25 13:39, Leo Yu-Chi Liang wrote:
> Fix typo: change 'TPL' to 'VPL'.
>
> Signed-off-by: Leo Yu-Chi Liang <ycliang at andestech.com>
The documentation change matches the code in
tools/binman/btool/fdtgrep.py:
81 elif phase == 'vpl':
82 tag = 'bootph-verify'
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> doc/develop/spl.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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).
More information about the U-Boot
mailing list