From 2ce07383a46b8a8d8b888cb1b9f16ebb87663346 Mon Sep 17 00:00:00 2001 From: Heiko Thiery Date: Mon, 24 Jan 2022 08:11:01 +0100 Subject: [PATCH] binman: doc: fix typo for u-boot-tpl Cc: Simon Glass Signed-off-by: Heiko Thiery Reviewed-by: Simon Glass --- tools/binman/binman.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst index eb2c9d4..ab5a5e0 100644 --- a/tools/binman/binman.rst +++ b/tools/binman/binman.rst @@ -730,7 +730,7 @@ The above feature ensures that the devicetree is clearly separated from the U-Boot executable and can be updated separately by binman as needed. It can be disabled with the --no-expanded flag if required. -The same applies for u-boot-spl and u-boot-spl. In those cases, the expansion +The same applies for u-boot-spl and u-boot-tpl. In those cases, the expansion includes the BSS padding, so for example:: spl { -- 2.7.4