Skip to content

Commit 2bb054e

Browse files
tomchyrlubos
authored andcommitted
suit: flash_companion: Adjust minimal configuration
Adjust Kconfigs to match the new set of options and dependencies. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
1 parent 229b618 commit 2bb054e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/suit/flash_companion/prj.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ CONFIG_IRQ_OFFLOAD=n
2626

2727
# Disable memory protection
2828
CONFIG_THREAD_STACK_INFO=n
29-
CONFIG_THREAD_CUSTOM_DATA=n
29+
CONFIG_BUILTIN_STACK_GUARD=n
3030

3131
# Disable unneeded ARM core functionality
3232
CONFIG_ARM_MPU=n
3333
CONFIG_FPU=n
3434

3535
# Disable boot banner
3636
CONFIG_BOOT_BANNER=n
37+
CONFIG_NCS_BOOT_BANNER=n
3738
CONFIG_BOOT_DELAY=0
3839

3940
# Disable serial communication

0 commit comments

Comments
 (0)