tests/stream_flash: Remove CONFIG_MPU_ALLOW_FLASH_WRITE=y
The commit removes storage.stream_flash.mpu_allow_flash_write as it was pointless, and moves nrf52840, as integration platform, to storage.stream_flash. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
5437ded36c
commit
71fe68cab8
1 changed files with 2 additions and 8 deletions
|
@ -7,6 +7,8 @@ common:
|
|||
tests:
|
||||
storage.stream_flash:
|
||||
tags: stream_flash
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
storage.stream_flash.simulator.no_explicit_erase:
|
||||
extra_args:
|
||||
- CONFIG_STREAM_FLASH_ERASE=n
|
||||
|
@ -24,11 +26,3 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_STREAM_FLASH_ERASE=n
|
||||
tags: stream_flash
|
||||
storage.stream_flash.mpu_allow_flash_write:
|
||||
extra_configs:
|
||||
- CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
tags: stream_flash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue