summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-18 10:20:35 -0800
committerMark Hatle <mark.hatle@xilinx.com>2021-12-20 10:28:42 -0800
commit6a1c662f40c11fcd26bafb53aaf190c0791d8ce2 (patch)
treec664d5d610f0e6b15b80929491a5c5b74977189c /meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend
parent655838703ddaf610dce8e1e61ee61bd6defb03bf (diff)
downloadmeta-xilinx-6a1c662f40c11fcd26bafb53aaf190c0791d8ce2.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/embeddedsw/fsbl-firmware_git.bbappend')
-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"