Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion app/boards/imx93_evk_mimx9352_a55.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* Inmate memory, reserved through "mem=1248MB" boot argument,
* starts at 0xce000000.
*/
sram0: memory@ce000000 {
dram: memory@ce000000 {
reg = <0xce000000 DT_SIZE_M(1)>;
};

Expand Down
Loading