summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorSachin Kedare <sachin.kedare@amd.com>2023-10-31 16:02:09 +0530
committerMark Hatle <mark.hatle@amd.com>2023-11-01 16:09:55 -0500
commitbd869a9099ac73003e190e9c8b80295e854edc2e (patch)
treef6ec3302adcd37f2c49c0ec9d138098083da1529 /meta-xilinx-bsp
parentd8766ac9a2a3670f2dcc9341c1fd1e49a8b74816 (diff)
downloadmeta-xilinx-bd869a9099ac73003e190e9c8b80295e854edc2e.tar.gz
Updating Yocto device-tree variable from BOARD template to versal-vck500-reva
stable build vck5000 got fail due to board template in yocto device-tree variable so changing to versal-vck5000-reva Signed-off-by: Sachin Kedare <sachin.kedare@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r--meta-xilinx-bsp/conf/machine/vck5000-versal.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/vck5000-versal.conf b/meta-xilinx-bsp/conf/machine/vck5000-versal.conf
index 9396bd97..1e9125a2 100644
--- a/meta-xilinx-bsp/conf/machine/vck5000-versal.conf
+++ b/meta-xilinx-bsp/conf/machine/vck5000-versal.conf
@@ -12,7 +12,7 @@ MACHINEOVERRIDES =. "${@['', 'vck5000-versal:']['vck5000-versal' !='${MACHINE}']
12 12
13# Yocto device-tree variables 13# Yocto device-tree variables
14YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "versal_cips_0_pspmc_0_psv_sbsauart_0" 14YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "versal_cips_0_pspmc_0_psv_sbsauart_0"
15YAML_DT_BOARD_FLAGS ?= "{BOARD template}" 15YAML_DT_BOARD_FLAGS ?= "{BOARD versal-vck5000-reva}"
16 16
17# Yocto arm-trusted-firmware(TF-A) variables 17# Yocto arm-trusted-firmware(TF-A) variables
18ATF_CONSOLE ?= "pl011" 18ATF_CONSOLE ?= "pl011"