Skip to content

Commit

Permalink
boards: xtensa: Set DCACHE_LINE_SIZE for all SOF-supported NXP SoCs
Browse files Browse the repository at this point in the history
This commit sets the DCACHE_LINE_SIZE config for all xtensa-based
NXP SoCs for SOF usage.

Signed-off-by: Laurentiu Mihalcea <[email protected]>
  • Loading branch information
LaurentiuM1234 committed May 16, 2023
1 parent dec91b4 commit 51eb1a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/xtensa/nxp_adsp_imx8/nxp_adsp_imx8_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ CONFIG_2ND_LEVEL_INTERRUPTS=n

CONFIG_BUILD_OUTPUT_BIN=n
CONFIG_CLEANUP_INTERMEDIATE_FILES=y

CONFIG_DCACHE_LINE_SIZE=128
2 changes: 2 additions & 0 deletions boards/xtensa/nxp_adsp_imx8m/nxp_adsp_imx8m_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ CONFIG_2ND_LEVEL_INTERRUPTS=n

CONFIG_BUILD_OUTPUT_BIN=n
CONFIG_CLEANUP_INTERMEDIATE_FILES=y

CONFIG_DCACHE_LINE_SIZE=128
2 changes: 2 additions & 0 deletions boards/xtensa/nxp_adsp_imx8x/nxp_adsp_imx8x_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ CONFIG_2ND_LEVEL_INTERRUPTS=n

CONFIG_BUILD_OUTPUT_BIN=n
CONFIG_CLEANUP_INTERMEDIATE_FILES=y

CONFIG_DCACHE_LINE_SIZE=128

0 comments on commit 51eb1a1

Please sign in to comment.