[PATCH] binman: doc: fix typo for u-boot-tpl

Cc: Simon Glass sjg@chromium.org Signed-off-by: Heiko Thiery heiko.thiery@gmail.com --- 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 3e063d1f86..3eedfdfe78 100644 --- a/tools/binman/binman.rst +++ b/tools/binman/binman.rst @@ -707,7 +707,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 {

On Mon, 24 Jan 2022 at 00:11, Heiko Thiery heiko.thiery@gmail.com wrote:
Cc: Simon Glass sjg@chromium.org Signed-off-by: Heiko Thiery heiko.thiery@gmail.com
tools/binman/binman.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Mon, 24 Jan 2022 at 00:11, Heiko Thiery heiko.thiery@gmail.com wrote:
Cc: Simon Glass sjg@chromium.org Signed-off-by: Heiko Thiery heiko.thiery@gmail.com
tools/binman/binman.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!
participants (2)
-
Heiko Thiery
-
Simon Glass