boards: mps3_an547: Update obsolete emulation instructions

The commit 94428044e2, which introduced
this behavioural change, forgot to update the instructions provided in
the comments.

This commit updates the obsolete instructions for using an alternate
emulation platform in the comments.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-05-03 02:34:01 +09:00
commit ae0d3f8ba0

View file

@ -4,10 +4,10 @@
# The AN547 FVP must be used to enable Ethos-U55 NPU support, but QEMU also
# supports the AN547 without the NPU.
#
# To use QEMU instead of the FVP as an emulation platform, set 'EMU_PLATFORM'
# to 'qemu' instead of 'armfvp', for example:
# For emulation, QEMU is used by default. To use AN547 FVP as an emulation
# use the 'run_armfvp' target, for example:
#
# $ west build -b mps3_an547 samples/hello°world -DEMU_PLATFORM=qemu -t run
# $ west build -b mps3_an547 samples/hello_world -t run_armfvp
set(SUPPORTED_EMU_PLATFORMS qemu armfvp)