mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 16:00:17 +00:00
spec/aarch64: Rename ZynqMP QEMU BSPs
The current ZynqMP BSPs don't have _qemu in their name as do all other RTEMS BSPs that are specifically made to run on QEMU. This fixes the naming for those ZynqMP BSP variants for easier identification.
This commit is contained in:
committed by
Joel Sherrill
parent
a27ba3f20f
commit
f662420667
@@ -13,7 +13,7 @@ default-by-variant:
|
||||
- -mcpu=cortex-a53
|
||||
- -mabi=ilp32
|
||||
variants:
|
||||
- aarch64/xilinx_zynqmp_ilp32
|
||||
- aarch64/xilinx_zynqmp_ilp32_qemu
|
||||
description: |
|
||||
ABI flags
|
||||
enabled-by: true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
arch: aarch64
|
||||
bsp: xilinx_zynqmp_ilp32
|
||||
bsp: xilinx_zynqmp_ilp32_qemu
|
||||
build-type: bsp
|
||||
cflags: []
|
||||
copyrights:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
arch: aarch64
|
||||
bsp: xilinx_zynqmp_lp64
|
||||
bsp: xilinx_zynqmp_lp64_qemu
|
||||
build-type: bsp
|
||||
cflags: []
|
||||
copyrights:
|
||||
|
||||
Reference in New Issue
Block a user