1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-02 07:37:57 +01:00

binman: Correct an error in the FIT-template example

The example contains references to an non-existent node. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2024-07-20 11:49:32 +01:00
parent 12ddbc1564
commit 68516827c8

View File

@@ -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 {