qemu_malta_qemu_malta_be.yaml: Fix 'identifier' typo
qemu_malta//be -> qemu_malta/qemu_malta/be This caused the board not to work with Twister. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This commit is contained in:
parent
79b8285c6b
commit
4be7a4de65
|
@ -95,7 +95,7 @@ Use this configuration to run :zephyr:code-sample:`synchronization` sample in bi
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/synchronization
|
||||
:host-os: unix
|
||||
:board: qemu_malta//be
|
||||
:board: qemu_malta/qemu_malta/be
|
||||
:goals: run
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
identifier: qemu_malta//be
|
||||
identifier: qemu_malta/qemu_malta/be
|
||||
name: QEMU emulation for MIPS (big endian)
|
||||
type: qemu
|
||||
simulation: qemu
|
||||
|
|
Loading…
Reference in a new issue