summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-09-12 12:58:27 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-28 08:20:16 -0700
commitc91f7b34e308f31d7f3286776a0e3b0772669b9b (patch)
tree702fa36154f21ae2d41e58a60687771eafa36151 /meta-xilinx-standalone/recipes-bsp
parent117f5adea54bde35fa160bb3086f2c55d14857e8 (diff)
downloadmeta-xilinx-c91f7b34e308f31d7f3286776a0e3b0772669b9b.tar.gz
meta-xilinx-standalone: device-tree remove obsolete XSCTH usage
XSCTH is only useful when XSCT is being used. This layer does not depends on XSCT, so remove the entries. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp')
-rw-r--r--meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
index 2cc088f2..694a114a 100644
--- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
+++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
@@ -8,14 +8,6 @@ COMPATIBLE_MACHINE_cortexa72-versal = ".*"
8COMPATIBLE_MACHINE_cortexr5-versal = ".*" 8COMPATIBLE_MACHINE_cortexr5-versal = ".*"
9COMPATIBLE_MACHINE_cortexa9-zynq = ".*" 9COMPATIBLE_MACHINE_cortexa9-zynq = ".*"
10 10
11XSCTH_PROC_cortexa53-zynqmp ??= "psu_cortexa53_0"
12XSCTH_PROC_cortexr5-zynqmp ??= "psu_cortexr5_0"
13XSCTH_PROC_microblaze-pmu ??= "psu_pmu_0"
14XSCTH_PROC_cortexa72-versal ??= "psv_cortexa72_0"
15XSCTH_PROC_microblaze-plm ??= "psv_pmc_0"
16XSCTH_PROC_cortexr5-versal ??= "psv_cortexr5_0"
17XSCTH_PROC_cortexa9-zynq ??= "ps7_cortexa9_0"
18
19# Enable @ flag on dtc which is required by libxil 11# Enable @ flag on dtc which is required by libxil
20DTC_FLAGS_append_xilinx-standalone = " -@" 12DTC_FLAGS_append_xilinx-standalone = " -@"
21DT_INCLUDE_append_xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" 13DT_INCLUDE_append_xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/"