summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-01-12 15:33:07 -0700
committerMark Hatle <mark.hatle@amd.com>2023-01-13 23:31:51 -0600
commit3962c9100dc7ec840b43c45c1281d47641502ec1 (patch)
tree44e14c914db3ff600992e54485f6deec3d473924 /meta-xilinx-vendor
parent9900500792186a5893ce6d4f1f83969c6893258c (diff)
downloadmeta-xilinx-3962c9100dc7ec840b43c45c1281d47641502ec1.tar.gz
device-tree: Remove YAML_DT_BOARD_FLAGS from bbappend
Remove YAML_DT_BOARD_FLAGS from bbappend as it is moved to board 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/dynamic-layers/meta-xilinx-tools/recipes-bsp/device-tree/device-tree.bbappend7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-xilinx-vendor/dynamic-layers/meta-xilinx-tools/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-vendor/dynamic-layers/meta-xilinx-tools/recipes-bsp/device-tree/device-tree.bbappend
deleted file mode 100644
index 963940f5..00000000
--- a/meta-xilinx-vendor/dynamic-layers/meta-xilinx-tools/recipes-bsp/device-tree/device-tree.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
1# Ultra96 device tree configuration
2YAML_MAIN_MEMORY_CONFIG:ultra96 ?= "psu_ddr_0"
3YAML_CONSOLE_DEVICE_CONFIG:ultra96 ?= "psu_uart_1"
4YAML_DT_BOARD_FLAGS:ultra96 ?= "{BOARD avnet-ultra96-rev1}"
5
6# ZedBoard device tree configuration
7YAML_DT_BOARD_FLAGS:zedboard ?= "{BOARD zedboard}"