diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-08-30 16:14:28 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-09-07 15:57:27 -0500 |
commit | 09d0ee69c38f5a458b62a1f560394cfe610c0979 (patch) | |
tree | ff4af2d55cc3f65143fee5ffd27c5fa9272434de /meta-xilinx-vendor | |
parent | 232b687a3fac78c2d88f9163bfc4d1e9dbd962b9 (diff) | |
download | meta-xilinx-09d0ee69c38f5a458b62a1f560394cfe610c0979.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')
-rw-r--r-- | meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf | 2 |
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" | |||
16 | YAML_DT_BOARD_FLAGS ?= "{BOARD avnet-ultra96-rev1}" | 16 | YAML_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 |
19 | ATF_CONSOLE_DEFAULT ?= "cadence1" | 19 | ATF_CONSOLE ?= "cadence1" |
20 | TFA_BL33_LOAD ?= "0x8000000" | 20 | TFA_BL33_LOAD ?= "0x8000000" |
21 | 21 | ||
22 | # Yocto PMUFW variables | 22 | # Yocto PMUFW variables |