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:
Anas Nashif 2021-11-14 09:16:50 -05:00
commit 7424126060

View file

@ -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)