Skip to content

Commit 375f60c

Browse files
ahasztagtomchy
authored andcommitted
samples: bootloader: fix prj_minimal overflow
Since NCS 2.7.0 when building NSIB a flash overflow occured when building in the minimal configuration (with prj_minimal.conf). This happened due to NCS_BOOT_BANNER (and in turn PRINTK) being enabled by default. This commit fixes it. Signed-off-by: Artur Hadasz <[email protected]>
1 parent a3f2814 commit 375f60c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/bootloader/prj_minimal.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ CONFIG_MULTITHREADING=n
3030
CONFIG_NCS_SAMPLES_DEFAULTS=n
3131
CONFIG_NRF_ENABLE_ICACHE=n
3232
CONFIG_PRINTK=n
33+
CONFIG_NCS_BOOT_BANNER=n
3334
CONFIG_RESET_ON_FATAL_ERROR=n
3435
CONFIG_LOG=n
3536
CONFIG_SERIAL=n

0 commit comments

Comments
 (0)