summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-18 10:20:35 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-01-14 11:23:13 -0800
commit3d23cd2ec09f9950fc36ebf6797cd82968d61568 (patch)
tree9222bf0cd6d92dd43b58283e3d6ab4a171666e8b /meta-xilinx-standalone-experimental/recipes-bsp
parent84305bdaf64651f5c5f2fd46a807da7d30f9f52c (diff)
downloadmeta-xilinx-3d23cd2ec09f9950fc36ebf6797cd82968d61568.tar.gz
Remove cortexrm tune, as Yocto Project now has cortex-r tunes
armrm override is now replaced by armv7r and armv8r overrides. Adjust recipes to match the new usage. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-bsp')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend
index 9912b020..32174711 100644
--- a/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend
+++ b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend
@@ -44,4 +44,4 @@ ESW_COMPONENT:zynq = "zynq_fsbl.elf"
44ESW_COMPONENT:zynqmp = "zynqmp_fsbl.elf" 44ESW_COMPONENT:zynqmp = "zynqmp_fsbl.elf"
45 45
46CFLAGS:append:aarch64 = " -DARMA53_64" 46CFLAGS:append:aarch64 = " -DARMA53_64"
47CFLAGS:append:armrm = " -DARMR5" 47CFLAGS:append:armv7r = " -DARMR5"