summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-20 09:02:38 -0800
committerMark Hatle <mark.hatle@xilinx.com>2021-12-20 10:28:42 -0800
commit890b91fa31a819e804feb6b8bef37c16b6fba75f (patch)
tree6eea81201d899ddf83e67f9074ea8d725dcfaec4 /meta-xilinx-standalone-experimental/recipes-core
parent6a1c662f40c11fcd26bafb53aaf190c0791d8ce2 (diff)
downloadmeta-xilinx-890b91fa31a819e804feb6b8bef37c16b6fba75f.tar.gz
meta-xilinx-standalone: Move from cortexr5f to cortexr5
After moving from Xilinx specific cortex r5 turning file, the 5f is no longer defined. Move to the now standard 'cortexr5' definition. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-core')
-rwxr-xr-xmeta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh4
1 files changed, 2 insertions, 2 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 d47ebe52..96054979 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
@@ -477,7 +477,7 @@ cortex_r5_baremetal() {
477 cat <<EOF >"${conf_file}" 477 cat <<EOF >"${conf_file}"
478CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}" 478CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}"
479ESW_MACHINE = "cortexr5-${machine}" 479ESW_MACHINE = "cortexr5-${machine}"
480DEFAULTTUNE = "cortexr5f" 480DEFAULTTUNE = "cortexr5"
481 481
482TMPDIR = "\${BASE_TMPDIR}/tmp-${dtb_file%%.dtb}" 482TMPDIR = "\${BASE_TMPDIR}/tmp-${dtb_file%%.dtb}"
483 483
@@ -529,7 +529,7 @@ cortex_r5_freertos() {
529 cat <<EOF >"${conf_file}" 529 cat <<EOF >"${conf_file}"
530CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}" 530CONFIG_DTFILE = "\${TOPDIR}/conf/dtb/${dtb_file}"
531ESW_MACHINE = "cortexr5-${machine}" 531ESW_MACHINE = "cortexr5-${machine}"
532DEFAULTTUNE = "cortexr5f" 532DEFAULTTUNE = "cortexr5"
533 533
534TMPDIR = "\${BASE_TMPDIR}/tmp-${dtb_file%%.dtb}" 534TMPDIR = "\${BASE_TMPDIR}/tmp-${dtb_file%%.dtb}"
535 535