summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-03-08 13:22:03 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-03-10 07:11:29 -0800
commitef543b3a8ee238e1e6ab2ec69019748e6fbb709d (patch)
tree9d65bcfd7be293447f899d744e9116a4c5e701a2 /meta-xilinx-standalone-experimental
parentd4d55048764eab9eb3ae24b8ce7bcc5575d53fa7 (diff)
downloadmeta-xilinx-ef543b3a8ee238e1e6ab2ec69019748e6fbb709d.tar.gz
dt-processor.sh: Remove SYSTEM_DTFILE Linux specific setting
SYSTEM_DTFILE points to the original system-top.dts. CONFIG_DTFILE will point to the configuration specific device tree (dtb). Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-rwxr-xr-xmeta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh b/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh
index 4dc9a3e7..d7c37173 100755
--- a/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh
+++ b/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh
@@ -131,8 +131,6 @@ cortex_a53_linux() {
131 cat <<EOF >"${conf_file}" 131 cat <<EOF >"${conf_file}"
132CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}" 132CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}"
133MACHINE = "${machine}-generic" 133MACHINE = "${machine}-generic"
134# Override the SYSTEM_DTFILE for Linux builds
135SYSTEM_DTFILE:linux = "\${CONFIG_DTFILE}"
136# We don't want the kernel to build us a device-tree 134# We don't want the kernel to build us a device-tree
137KERNEL_DEVICETREE:${machine}-generic = "" 135KERNEL_DEVICETREE:${machine}-generic = ""
138# We need u-boot to use the one we passed in 136# We need u-boot to use the one we passed in
@@ -306,8 +304,6 @@ cortex_a72_linux() {
306 cat <<EOF >"${conf_file}" 304 cat <<EOF >"${conf_file}"
307CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}" 305CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}"
308MACHINE = "${machine}-generic" 306MACHINE = "${machine}-generic"
309# Override the SYSTEM_DTFILE for Linux builds
310SYSTEM_DTFILE:linux = "\${CONFIG_DTFILE}"
311# We don't want the kernel to build us a device-tree 307# We don't want the kernel to build us a device-tree
312KERNEL_DEVICETREE:${machine}-generic = "" 308KERNEL_DEVICETREE:${machine}-generic = ""
313# We need u-boot to use the one we passed in 309# We need u-boot to use the one we passed in