Skip to content

Commit 9c5f2e5

Browse files
committed
[nrf noup] boot: zephyr: boards: Remove partition manager configs
Removes setting these as the feature is being removed Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent f263a70 commit 9c5f2e5

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

boot/zephyr/boards/thingy91_nrf52840.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ CONFIG_UART_CONSOLE=n
77
# The build won't fit on the partition allocated for it without size
88
# optimizations.
99
CONFIG_SIZE_OPTIMIZATIONS=y
10-
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x12000
1110

1211
# Serial
1312
CONFIG_SERIAL=y

boot/zephyr/boards/thingy91x_nrf5340_cpuapp.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ CONFIG_USB_DEVICE_PID=0x910A
3636

3737
CONFIG_BOOT_SERIAL_BOOT_MODE=y
3838

39-
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x13E00
40-
4139
# The following configurations are required to support simultaneous multi image update
4240
CONFIG_PCD_APP=y
4341
CONFIG_UPDATEABLE_IMAGE_NUMBER=2

boot/zephyr/boards/thingy91x_nrf9151.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@ CONFIG_MCUBOOT_SERIAL=y
1414
CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD=y
1515
CONFIG_BOOT_SERIAL_IMG_GRP_IMAGE_STATE=y
1616

17-
CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
18-
CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
19-
2017
CONFIG_FW_INFO_FIRMWARE_VERSION=2

0 commit comments

Comments
 (0)