Skip to content

Commit de7a9dc

Browse files
de-nordichellesvik-nordic
authored andcommitted
zephyr: Disable SPI_NOR by default for nrf7002dk/nrf5340/cpuapp
The change allows to build MCUboot for nrf7002dk/nrf5340/cpuapp with default configuration. Co-authored-by: Sigurd Hellesvik <[email protected]> Signed-off-by: Dominik Ermel <[email protected]>
1 parent 5aed424 commit de7a9dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# By default no external SPI device is used for image storage,
2+
# so SPI-NOR is not needed. This reduces size of MCUboot, remember
3+
# though that when external image is needed the CONFIG_SPI_NOR
4+
# has to be enabled.
5+
CONFIG_SPI_NOR=n

0 commit comments

Comments
 (0)