Skip to content

Commit bf00840

Browse files
MarekPietarlubos
authored andcommitted
[nrf noup] boot: zephyr: Align serial recovery config on Thingy:91
Change removes the legacy configuration. The legacy configuration became problematic, because GPIO DTS nodes no longer support labels that were used to identify nodes in MCUboot. Therefore we need to use GPIO DTS node name with the legacy approach. The GPIO should be configured by board's DTS, which is simpler. Jira: NCSDK-16550 Signed-off-by: Marek Pieta <[email protected]>
1 parent c362afb commit bf00840

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

boot/zephyr/boards/thingy91_nrf52840.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ CONFIG_UART_LINE_CTRL=y
1919
CONFIG_GPIO=y
2020
CONFIG_MCUBOOT_SERIAL=y
2121
CONFIG_BOOT_SERIAL_CDC_ACM=y
22-
CONFIG_BOOT_SERIAL_DETECT_PORT="GPIO_1"
23-
CONFIG_BOOT_SERIAL_DETECT_PIN=13
24-
CONFIG_BOOT_SERIAL_DETECT_PIN_VAL=0
2522

2623
# Required by USB
2724
CONFIG_MULTITHREADING=y

boot/zephyr/boards/thingy91_nrf9160.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256
1111

1212
# MCUboot serial recovery
1313
CONFIG_MCUBOOT_SERIAL=y
14-
CONFIG_BOOT_SERIAL_DETECT_PORT="GPIO_0"
15-
CONFIG_BOOT_SERIAL_DETECT_PIN=26
16-
CONFIG_BOOT_SERIAL_DETECT_PIN_VAL=0

0 commit comments

Comments
 (0)