diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2022-03-08 13:22:03 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-03-10 07:11:29 -0800 |
commit | ef543b3a8ee238e1e6ab2ec69019748e6fbb709d (patch) | |
tree | 9d65bcfd7be293447f899d744e9116a4c5e701a2 /meta-xilinx-standalone-experimental | |
parent | d4d55048764eab9eb3ae24b8ce7bcc5575d53fa7 (diff) | |
download | meta-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-x | meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh | 4 |
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}" |
132 | CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}" | 132 | CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}" |
133 | MACHINE = "${machine}-generic" | 133 | MACHINE = "${machine}-generic" |
134 | # Override the SYSTEM_DTFILE for Linux builds | ||
135 | SYSTEM_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 |
137 | KERNEL_DEVICETREE:${machine}-generic = "" | 135 | KERNEL_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}" |
307 | CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}" | 305 | CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}" |
308 | MACHINE = "${machine}-generic" | 306 | MACHINE = "${machine}-generic" |
309 | # Override the SYSTEM_DTFILE for Linux builds | ||
310 | SYSTEM_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 |
312 | KERNEL_DEVICETREE:${machine}-generic = "" | 308 | KERNEL_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 |