Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / arch / arm / mach-imx / mkimage_fit_atf.sh
index 38c9858e849f3f87b3f33598e5c4c98cc8252fef..dd1ca5ad3fdf9e8282358a428eeef2ef33762aa1 100755 (executable)
@@ -55,6 +55,7 @@ cat << __HEADER_EOF
        images {
                uboot@1 {
                        description = "U-Boot (64-bit)";
+                       os = "u-boot";
                        data = /incbin/("$BL33");
                        type = "standalone";
                        arch = "arm64";
@@ -63,6 +64,7 @@ cat << __HEADER_EOF
                };
                atf@1 {
                        description = "ARM Trusted Firmware";
+                       os = "arm-trusted-firmware";
                        data = /incbin/("$BL31");
                        type = "firmware";
                        arch = "arm64";