.github: Use mimx93_a55_evk board

We no longer use synthetic mimx93_a55_evk_sof board but
rather we customize already existing proper mimx93_a55_evk board.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This commit is contained in:
Daniel Baluta 2023-06-20 17:47:05 +03:00 committed by Daniel Baluta
parent 20f064749a
commit a5dcd86251
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ jobs:
# four 32bits parameters.
cd workspace && ./sof/zephyr/docker-run.sh /bin/sh -c \
'ln -s /opt/toolchains/zephyr-sdk-* ~/;
west build --board mimx93_evk_a55_sof sof/app'
west build --board mimx93_evk_a55 sof/app'
build-linux: