boards: qemu_cortex_a9: use SUPPORTED_EMU_PLATFORMS
We moved from EMU_PLATFORM to SUPPORTED_EMU_PLATFORMS. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c3a1b4e8f3
commit
7424126060
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
set(EMU_PLATFORM qemu)
|
||||
set(SUPPORTED_EMU_PLATFORMS qemu)
|
||||
set(QEMU_ARCH xilinx-aarch64)
|
||||
|
||||
set(QEMU_CPU_TYPE_${ARCH} cortex-a9)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue