diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-18 10:20:35 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-20 10:28:42 -0800 |
| commit | 6a1c662f40c11fcd26bafb53aaf190c0791d8ce2 (patch) | |
| tree | c664d5d610f0e6b15b80929491a5c5b74977189c /meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/fsbl-firmware_git.bbappend | |
| parent | 655838703ddaf610dce8e1e61ee61bd6defb03bf (diff) | |
| download | meta-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.bbappend | 2 |
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" | |||
| 44 | ESW_COMPONENT:zynqmp = "zynqmp_fsbl.elf" | 44 | ESW_COMPONENT:zynqmp = "zynqmp_fsbl.elf" |
| 45 | 45 | ||
| 46 | CFLAGS:append:aarch64 = " -DARMA53_64" | 46 | CFLAGS:append:aarch64 = " -DARMA53_64" |
| 47 | CFLAGS:append:armrm = " -DARMR5" | 47 | CFLAGS:append:armv7r = " -DARMR5" |
