Skip to content

Commit dd8c669

Browse files
ananglNordicBuilder
authored andcommitted
samples: suit: flash_companion: Disable XIP in MSPI driver
XIP access to the external FLASH is not used in this application, so disable this feature in the MSPI driver to decrease the internal FLASH footprint. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 8c0d286 commit dd8c669

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/suit/flash_companion/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ CONFIG_GPIO=y
1717
CONFIG_PINCTRL=y
1818
CONFIG_FLASH=y
1919

20+
# Disable unused XIP feature in the MSPI driver
21+
CONFIG_MSPI_XIP=n
22+
2023
# Disable power management
2124
CONFIG_PM=n
2225

0 commit comments

Comments
 (0)