Skip to content

Commit cb92ebe

Browse files
nordicjmde-nordic
authored andcommitted
boot: zephyr: boards: nrf52: Fix minimal config
This was using Kconfigs that were from years ago, update it Signed-off-by: Jamie McCrae <[email protected]>
1 parent 1d7fe64 commit cb92ebe

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

boot/zephyr/boards/nrf52_minimal_footprint.conf

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,25 @@ CONFIG_BOOT_SIGNATURE_KEY_FILE="root-ec-p256.pem"
1616
# by reliability reason.
1717
CONFIG_BOOT_UPGRADE_ONLY=y
1818

19-
# CONFIG_BOARD_ENABLE_DCDC is not set
20-
CONFIG_SOC_SERIES_NRF52X=y
21-
CONFIG_SOC_NRF52832_QFAA=y
22-
CONFIG_ARM=y
2319
CONFIG_ARM_MPU=n
2420
CONFIG_MAIN_STACK_SIZE=10240
2521
CONFIG_THREAD_STACK_INFO=n
2622
# CONFIG_TICKLESS_KERNEL is not set
2723
CONFIG_FLASH=y
2824

2925
CONFIG_CONSOLE=n
26+
CONFIG_UART_CONSOLE=n
3027
CONFIG_DEBUG=n
3128
CONFIG_EARLY_CONSOLE=n
3229
CONFIG_PRINTK=n
30+
CONFIG_LOG=n
3331

3432
CONFIG_SYS_CLOCK_EXISTS=n
3533

3634
# Drivers and peripherals
3735
CONFIG_I2C=n
3836
CONFIG_WATCHDOG=n
3937
CONFIG_GPIO=n
40-
CONFIG_PINMUX=n
4138
CONFIG_SPI=n
4239
CONFIG_SERIAL=n
4340

@@ -49,13 +46,11 @@ CONFIG_DYNAMIC_INTERRUPTS=n
4946
CONFIG_IRQ_OFFLOAD=n
5047

5148
# Memory protection
52-
CONFIG_MEMORY_PROTECTION=n
5349
CONFIG_THREAD_CUSTOM_DATA=n
5450
CONFIG_FPU=n
5551

5652
# Boot
5753
CONFIG_BOOT_BANNER=n
58-
CONFIG_BOOT_DELAY=0
5954

6055
# Console
6156
CONFIG_STDOUT_CONSOLE=n

0 commit comments

Comments
 (0)