Skip to content

Commit 013c9e7

Browse files
committed
boot: zephyr: board: various: Remove size optimisation
This value is now the default, remove explicitly setting it for some boards Signed-off-by: Jamie McCrae <[email protected]>
1 parent 0a8bbbf commit 013c9e7

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

boot/zephyr/boards/circuitdojo_feather_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
CONFIG_MCUBOOT_SERIAL=y
1212
CONFIG_BOOT_SERIAL_DETECT_DELAY=450
1313
CONFIG_MCUBOOT_INDICATION_LED=y
14-
15-
# Size of mcuboot partition
16-
CONFIG_SIZE_OPTIMIZATIONS=y

boot/zephyr/boards/conexio_stratus.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256
1313
CONFIG_MCUBOOT_SERIAL=y
1414
CONFIG_BOOT_SERIAL_DETECT_DELAY=450
1515
CONFIG_MCUBOOT_INDICATION_LED=y
16-
17-
# Size of mcuboot partition
18-
CONFIG_SIZE_OPTIMIZATIONS=y

boot/zephyr/boards/nrf51dk_nrf51422.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
# partition size with a zephyr DTS overlay to make MCUboot's debug
44
# builds fit.
55
CONFIG_LOG=n
6-
CONFIG_SIZE_OPTIMIZATIONS=y

boot/zephyr/boards/nrf52_minimal_footprint.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,3 @@ CONFIG_BOOT_DELAY=0
5959

6060
# Console
6161
CONFIG_STDOUT_CONSOLE=n
62-
63-
# Build
64-
CONFIG_SIZE_OPTIMIZATIONS=y

boot/zephyr/boards/sparkfun_thing_plus_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
CONFIG_MCUBOOT_SERIAL=y
1212
CONFIG_BOOT_SERIAL_DETECT_DELAY=450
1313
CONFIG_MCUBOOT_INDICATION_LED=y
14-
15-
# Size of mcuboot partition
16-
CONFIG_SIZE_OPTIMIZATIONS=y

0 commit comments

Comments
 (0)