Skip to content

Commit

Permalink
Disable DCACHE when using PKA for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Fedai Larsen committed Apr 29, 2024
1 parent 0b703f7 commit d4df974
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/examples/imx-rt1040.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x60050000
WOLFBOOT_SMALL_STACK?=1

# Flash Options
CFLAGS_EXTRA+=-DCONFIG_HYPERFLASH
CFLAGS_EXTRA+=-DCONFIG_HYPERFLASH -DDCP_USE_DCACHE=0
#CFLAGS_EXTRA+=-DCONFIG_FLASH_IS25WP064A
#CFLAGS_EXTRA+=-DCONFIG_FLASH_W25Q64JV
2 changes: 1 addition & 1 deletion config/examples/imx-rt1050.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x60050000
WOLFBOOT_SMALL_STACK?=1

# Flash Options
CFLAGS_EXTRA+=-DCONFIG_HYPERFLASH
CFLAGS_EXTRA+=-DCONFIG_HYPERFLASH -DDCP_USE_DCACHE=0
#CFLAGS_EXTRA+=-DCONFIG_FLASH_IS25WP064A
#CFLAGS_EXTRA+=-DCONFIG_FLASH_W25Q64JV
2 changes: 2 additions & 0 deletions config/examples/imx-rt1060.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x60010000
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x60030000
WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x60050000
WOLFBOOT_SMALL_STACK?=1

CFLAGS_EXTRA+=-DDCP_USE_DCACHE=0
2 changes: 2 additions & 0 deletions config/examples/imx-rt1064.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x70010000
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x70030000
WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x70050000
WOLFBOOT_SMALL_STACK?=1

CFLAGS_EXTRA+=-DDCP_USE_DCACHE=0

0 comments on commit d4df974

Please sign in to comment.