Skip to content

Commit 34c9071

Browse files
bjarki-andreasencarlescufi
authored andcommitted
samples: suit: smp_transfer: flash_companion: disable CLOCK_CONTROL
CLOCK_CONTROL is now enabled by default for the nRF54H20 cpuapp. Disable it for the flash_companion to save flash. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
1 parent dae7979 commit 34c9071

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

samples/suit/flash_companion/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ CONFIG_ZCBOR_CANONICAL=y
7272
# Enable LTO
7373
CONFIG_LTO=y
7474
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
75+
76+
# Minimize flash usage
77+
CONFIG_CLOCK_CONTROL=n

0 commit comments

Comments
 (0)