summaryrefslogtreecommitdiffstats
path: root/doc/uImage.FIT/signature.txt
diff options
context:
space:
mode:
authorMickaël Tansorier <mickael.tansorier@smile.fr>2019-07-17 17:57:16 +0200
committerTom Rini <trini@konsulko.com>2019-07-24 14:15:37 -0400
commit15958c74a91eae88f470776788a114f82ef3e922 (patch)
treebe203deb07db9bff3cf3a31dc182976c6a841664 /doc/uImage.FIT/signature.txt
parente766b2ea0aa887366f510074349b766eb5be98d6 (diff)
downloadu-boot-15958c74a91eae88f470776788a114f82ef3e922.tar.gz
u-boot-15958c74a91eae88f470776788a114f82ef3e922.tar.xz
u-boot-15958c74a91eae88f470776788a114f82ef3e922.zip
doc: fitImage: Fix conf number incrementation
Increment conf id to avoid to have two same conf name into one configuration description. Signed-off-by: Mickaël Tansorier <mickael.tansorier@smile.fr>
Diffstat (limited to 'doc/uImage.FIT/signature.txt')
-rw-r--r--doc/uImage.FIT/signature.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt
index c9b1802686..1695bf4cd8 100644
--- a/doc/uImage.FIT/signature.txt
+++ b/doc/uImage.FIT/signature.txt
@@ -216,7 +216,7 @@ As an example, consider this FIT:
kernel = "kernel-1";
fdt = "fdt-1";
};
- conf-1 {
+ conf-2 {
kernel = "kernel-2";
fdt = "fdt-2";
};
@@ -232,7 +232,7 @@ configuration 3 with kernel 1 and fdt 2:
kernel = "kernel-1";
fdt = "fdt-1";
};
- conf-1 {
+ conf-2 {
kernel = "kernel-2";
fdt = "fdt-2";
};