Skip to content

Commit

Permalink
.github/zephyr: switch to HWMv2 naming of imx93_evk
Browse files Browse the repository at this point in the history
As of Zephyr commit 93d60ecdb01("boards: Remove all deprecated HWMv1
board aliases") HWMv1 naming is no longer allowed. As such, change
to HWMv2 naming for the imx93_evk board.

Fixes #9716.

Signed-off-by: Laurentiu Mihalcea <[email protected]>
  • Loading branch information
LaurentiuM1234 committed Dec 9, 2024
1 parent 8eb05fa commit a94d51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
cd workspace && ./sof/zephyr/docker-run.sh /bin/sh -c \
'ln -s /opt/toolchains/zephyr-sdk-* ~/;
west build --board mimx93_evk_a55 sof/app \
west build --board imx93_evk/mimx9352/a55 sof/app \
-- -DEXTRA_CFLAGS=-Werror -DEXTRA_CXXFLAGS=-Werror \
-DEXTRA_AFLAGS=-Werror'
Expand Down

0 comments on commit a94d51d

Please sign in to comment.