summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor/conf
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-08-30 16:14:28 -0600
committerMark Hatle <mark.hatle@amd.com>2023-08-31 09:27:14 -0500
commitbfc688aedfa595f5c85d65a0eec1468b64f1c0f9 (patch)
treeff894d27a7db41309e856daeedfecfd5c2343894 /meta-xilinx-vendor/conf
parent6182a945ac9d53e0b90a69b100e1d8d208654dcb (diff)
downloadmeta-xilinx-bfc688aedfa595f5c85d65a0eec1468b64f1c0f9.tar.gz
ultra96-zynqmp: Use ATF_CONSOLE instead of ATF_CONSOLE_DEFAULT
In arm-trusted-firmware recipe, ATF_CONSOLE_DEFAULT variable has override and setting this variable value from local.conf and machine.conf will not be effective during variable pre-expansion values. Hence use ATF_CONSOLE instead of ATF_CONSOLE_DEFAULT in machine conf files. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-vendor/conf')
-rw-r--r--meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf b/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf
index 57f31c93..daa73f2a 100644
--- a/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf
+++ b/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf
@@ -16,7 +16,7 @@ YAML_MAIN_MEMORY_CONFIG:pn-device-tree ?= "PSU_DDR_0"
16YAML_DT_BOARD_FLAGS ?= "{BOARD avnet-ultra96-rev1}" 16YAML_DT_BOARD_FLAGS ?= "{BOARD avnet-ultra96-rev1}"
17 17
18# Yocto arm-trusted-firmware(TF-A) variables 18# Yocto arm-trusted-firmware(TF-A) variables
19ATF_CONSOLE_DEFAULT ?= "cadence1" 19ATF_CONSOLE ?= "cadence1"
20TFA_BL33_LOAD ?= "0x8000000" 20TFA_BL33_LOAD ?= "0x8000000"
21 21
22# Yocto PMUFW variables 22# Yocto PMUFW variables