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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user