arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VAB support
FIT image of Vendor Authentication Coot (VAB) contains signed images. Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
This commit is contained in:

committed by
Ley Foon Tan

parent
1025b530a9
commit
ae99131bf4
@@ -117,4 +117,26 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if defined(CONFIG_SOCFPGA_SECURE_VAB_AUTH)
|
||||||
|
&uboot_blob {
|
||||||
|
filename = "signed-u-boot-nodtb.bin";
|
||||||
|
};
|
||||||
|
|
||||||
|
&atf_blob {
|
||||||
|
filename = "signed-bl31.bin";
|
||||||
|
};
|
||||||
|
|
||||||
|
&uboot_fdt_blob {
|
||||||
|
filename = "signed-u-boot.dtb";
|
||||||
|
};
|
||||||
|
|
||||||
|
&kernel_blob {
|
||||||
|
filename = "signed-Image";
|
||||||
|
};
|
||||||
|
|
||||||
|
&kernel_fdt_blob {
|
||||||
|
filename = "signed-linux.dtb";
|
||||||
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user