diff options
author | Heiko Thiery <heiko.thiery@gmail.com> | 2022-01-24 08:11:01 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-01-25 14:02:38 -0700 |
commit | 2ce07383a46b8a8d8b888cb1b9f16ebb87663346 (patch) | |
tree | 8bd8f796a5980adcc6393971feacd439792f178e | |
parent | 61a631e912dc651f4c6e93b6d1504de68de1ecaf (diff) | |
download | u-boot-2ce07383a46b8a8d8b888cb1b9f16ebb87663346.tar.gz u-boot-2ce07383a46b8a8d8b888cb1b9f16ebb87663346.tar.bz2 u-boot-2ce07383a46b8a8d8b888cb1b9f16ebb87663346.zip |
binman: doc: fix typo for u-boot-tpl
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | tools/binman/binman.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst index eb2c9d4bdc..ab5a5e06b1 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 { |