Skip to content

Commit 1068dfb

Browse files
dcpleungnashif
authored andcommitted
ci: rename board from qemu_xtensa_dc233c to qemu_xtensa_mmu
The board used for running Xtensa with MMU has been renamed to qemu_xtensa_mmu on Zephyr main repo. So update the CI yaml file to match. Signed-off-by: Daniel Leung <[email protected]>
1 parent 3e43417 commit 1068dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ jobs:
15291529
PLATFORM_ARGS+="-p qemu_x86_64 "
15301530
;;
15311531
xtensa-dc233c_zephyr-elf)
1532-
PLATFORM_ARGS+="-p qemu_xtensa_dc233c "
1532+
PLATFORM_ARGS+="-p qemu_xtensa_mmu "
15331533
;;
15341534
xtensa-espressif_esp32_zephyr-elf)
15351535
PLATFORM_ARGS+="-p esp32_devkitc_wroom "

0 commit comments

Comments
 (0)