mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
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:
parent
1025b530a9
commit
ae99131bf4
1 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue