xilinx: zynqmp: Update descriptions for u-boot.its
authorMichal Simek <michal.simek@xilinx.com>
Thu, 19 Aug 2021 12:17:37 +0000 (14:17 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 26 Aug 2021 06:14:43 +0000 (08:14 +0200)
Use TF-A instead of ATF in description. And update generic description with
removing ATF because also configurations without it are supported.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynqmp/mkimage_fit_atf.sh

index feb3a62..72a8a3e 100755 (executable)
@@ -57,7 +57,7 @@ cat << __HEADER_EOF
 /dts-v1/;
 
 / {
-       description = "Configuration to load ATF before U-Boot";
+       description = "Configuration for Xilinx ZynqMP SoC";
 
        images {
                uboot {
@@ -78,7 +78,7 @@ __HEADER_EOF
 if [ -f $BL31 ]; then
 cat << __ATF
                atf {
-                       description = "ARM Trusted Firmware";
+                       description = "Trusted Firmware-A";
                        data = /incbin/("$BL31");
                        type = "firmware";
                        os = "arm-trusted-firmware";