Skip to content

Commit

Permalink
app: boards: Update configuration to support ACP_6_0 soc.
Browse files Browse the repository at this point in the history
Fixed build error in Kconfig.soc for ACP_6_0 soc,
updated board.yaml in Zephyr to avoid vendor prefix.

Signed-off-by: DineshKumar Kalva <[email protected]>
  • Loading branch information
DINESHKUMARK1 committed Oct 25, 2024
1 parent 62a7d03 commit 88a41b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/xtensa-build-zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class PlatformConfig:
),
# AMD platforms
"acp_6_0" : PlatformConfig(
"amd", "amd_acp_6_0_adsp/acp_6_0",
"amd", "acp_6_0_adsp/acp_6_0",
f"RI-2019.1{xtensa_tools_version_postfix}",
"rmb_LX7_HiFi5_PROD",
RIMAGE_KEY = "key param ignored by acp_6_0"
Expand Down

0 comments on commit 88a41b5

Please sign in to comment.