提交 15958c74 编写于 作者: M Mickaël Tansorier 提交者: Tom Rini

doc: fitImage: Fix conf number incrementation

Increment conf id to avoid to have two same conf name
into one configuration description.
Signed-off-by: NMickaël Tansorier <mickael.tansorier@smile.fr>
上级 e766b2ea
......@@ -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";
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册