arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VAB support
[platform/kernel/u-boot.git] / arch / arm / dts / socfpga_soc64_fit-u-boot.dtsi
index cf36559..4b30473 100644 (file)
        };
 };
 
+#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