diff options
author | Michal Simek <michal.simek@xilinx.com> | 2021-08-19 14:17:37 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-08-26 08:14:43 +0200 |
commit | 060fa0e11bde87a22898b2c152b701e25dcfe0db (patch) | |
tree | b46fb493b6c7c1c561ca27050a1c029cad66b38e /arch | |
parent | 52ff1626cf4c414c7a2423c443618017eb6e773c (diff) | |
download | u-boot-060fa0e11bde87a22898b2c152b701e25dcfe0db.tar.gz u-boot-060fa0e11bde87a22898b2c152b701e25dcfe0db.tar.bz2 u-boot-060fa0e11bde87a22898b2c152b701e25dcfe0db.zip |
xilinx: zynqmp: Update descriptions for u-boot.its
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>
Diffstat (limited to 'arch')
-rwxr-xr-x | arch/arm/mach-zynqmp/mkimage_fit_atf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-zynqmp/mkimage_fit_atf.sh b/arch/arm/mach-zynqmp/mkimage_fit_atf.sh index feb3a6260a..72a8a3eb77 100755 --- a/arch/arm/mach-zynqmp/mkimage_fit_atf.sh +++ b/arch/arm/mach-zynqmp/mkimage_fit_atf.sh @@ -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"; |