Skip to content

Commit

Permalink
boot: zephyr: board: various: Remove size optimisation
Browse files Browse the repository at this point in the history
This value is now the default, remove explicitly setting it for
some boards

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Nov 7, 2023
1 parent 0a8bbbf commit 013c9e7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions boot/zephyr/boards/circuitdojo_feather_nrf9160.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_DETECT_DELAY=450
CONFIG_MCUBOOT_INDICATION_LED=y

# Size of mcuboot partition
CONFIG_SIZE_OPTIMIZATIONS=y
3 changes: 0 additions & 3 deletions boot/zephyr/boards/conexio_stratus.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_DETECT_DELAY=450
CONFIG_MCUBOOT_INDICATION_LED=y

# Size of mcuboot partition
CONFIG_SIZE_OPTIMIZATIONS=y
1 change: 0 additions & 1 deletion boot/zephyr/boards/nrf51dk_nrf51422.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
# partition size with a zephyr DTS overlay to make MCUboot's debug
# builds fit.
CONFIG_LOG=n
CONFIG_SIZE_OPTIMIZATIONS=y
3 changes: 0 additions & 3 deletions boot/zephyr/boards/nrf52_minimal_footprint.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,3 @@ CONFIG_BOOT_DELAY=0

# Console
CONFIG_STDOUT_CONSOLE=n

# Build
CONFIG_SIZE_OPTIMIZATIONS=y
3 changes: 0 additions & 3 deletions boot/zephyr/boards/sparkfun_thing_plus_nrf9160.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_DETECT_DELAY=450
CONFIG_MCUBOOT_INDICATION_LED=y

# Size of mcuboot partition
CONFIG_SIZE_OPTIMIZATIONS=y

0 comments on commit 013c9e7

Please sign in to comment.