[PATCH 02/20] binman: Correct an error in the FIT-template example
Neha Malcom Francis
n-francis at ti.com
Tue Jul 30 06:26:16 CEST 2024
Hi Simon
On 20/07/24 16:19, Simon Glass wrote:
> The example contains references to an non-existent node. Fix it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> tools/binman/binman.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst
> index 872e9746c8c..0cafc36bdcb 100644
> --- a/tools/binman/binman.rst
> +++ b/tools/binman/binman.rst
> @@ -1211,7 +1211,7 @@ Templates provide a simple way to handle this::
>
> spi-image {
> filename = "image-spi.bin";
> - insert-template = <&fit>;
> + insert-template = <&common_part>;
>
> /* things specific to SPI follow */
> footer {
> @@ -1224,7 +1224,7 @@ Templates provide a simple way to handle this::
>
> mmc-image {
> filename = "image-mmc.bin";
> - insert-template = <&fit>;
> + insert-template = <&common_part>;
>
> /* things specific to MMC follow */
> footer {
Reviewed-by: Neha Malcom Francis <n-francis at ti.com>
--
Thanking You
Neha Malcom Francis
More information about the U-Boot
mailing list