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:11:03 -0500
commit4bb8dacaf413141d83661126e208d5d4b9e04c31 (patch)
tree9d13428b17572fff0f8ffb2b2d89892491179395 /meta-xilinx-vendor/conf
parentb7591c66b985f2eed53b0f53d1211c2255ae8e00 (diff)
downloadmeta-xilinx-4bb8dacaf413141d83661126e208d5d4b9e04c31.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 479398b0..6a88d757 100644
--- a/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf
+++ b/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf
@@ -20,7 +20,7 @@ YAML_MAIN_MEMORY_CONFIG:pn-device-tree ?= "PSU_DDR_0"
20YAML_DT_BOARD_FLAGS ?= "{BOARD avnet-ultra96-rev1}" 20YAML_DT_BOARD_FLAGS ?= "{BOARD avnet-ultra96-rev1}"
21 21
22# Yocto arm-trusted-firmware(TF-A) variables 22# Yocto arm-trusted-firmware(TF-A) variables
23ATF_CONSOLE_DEFAULT ?= "cadence1" 23ATF_CONSOLE ?= "cadence1"
24TFA_BL33_LOAD ?= "0x8000000" 24TFA_BL33_LOAD ?= "0x8000000"
25 25
26# Yocto PMUFW variables 26# Yocto PMUFW variables