From ef543b3a8ee238e1e6ab2ec69019748e6fbb709d Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 8 Mar 2022 13:22:03 -0800 Subject: 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 --- .../recipes-core/meta/files/dt-processor.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-xilinx-standalone-experimental') 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() { cat <"${conf_file}" CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}" MACHINE = "${machine}-generic" -# Override the SYSTEM_DTFILE for Linux builds -SYSTEM_DTFILE:linux = "\${CONFIG_DTFILE}" # We don't want the kernel to build us a device-tree KERNEL_DEVICETREE:${machine}-generic = "" # We need u-boot to use the one we passed in @@ -306,8 +304,6 @@ cortex_a72_linux() { cat <"${conf_file}" CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}" MACHINE = "${machine}-generic" -# Override the SYSTEM_DTFILE for Linux builds -SYSTEM_DTFILE:linux = "\${CONFIG_DTFILE}" # We don't want the kernel to build us a device-tree KERNEL_DEVICETREE:${machine}-generic = "" # We need u-boot to use the one we passed in -- cgit v1.2.3-54-g00ecf