Skip to content

Commit

Permalink
samples: suit: smp_transfer: flash_companion: disable CLOCK_CONTROL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bjarki-andreasen authored and carlescufi committed Aug 29, 2024
1 parent dae7979 commit 34c9071
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/suit/flash_companion/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ CONFIG_ZCBOR_CANONICAL=y
# Enable LTO
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Minimize flash usage
CONFIG_CLOCK_CONTROL=n

0 comments on commit 34c9071

Please sign in to comment.