mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-16 05:38:13 +01:00
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>
This commit is contained in:
parent
52ff1626cf
commit
060fa0e11b
@ -57,7 +57,7 @@ cat << __HEADER_EOF
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
description = "Configuration to load ATF before U-Boot";
|
description = "Configuration for Xilinx ZynqMP SoC";
|
||||||
|
|
||||||
images {
|
images {
|
||||||
uboot {
|
uboot {
|
||||||
@ -78,7 +78,7 @@ __HEADER_EOF
|
|||||||
if [ -f $BL31 ]; then
|
if [ -f $BL31 ]; then
|
||||||
cat << __ATF
|
cat << __ATF
|
||||||
atf {
|
atf {
|
||||||
description = "ARM Trusted Firmware";
|
description = "Trusted Firmware-A";
|
||||||
data = /incbin/("$BL31");
|
data = /incbin/("$BL31");
|
||||||
type = "firmware";
|
type = "firmware";
|
||||||
os = "arm-trusted-firmware";
|
os = "arm-trusted-firmware";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user