Skip to content

Commit a555524

Browse files
committed
bootloader: Enforce LTO for NSIB on nRF54l series
The enforces LTO (link time optimizations) for NSIB (B0) built for nRF54l. Signed-off-by: Dominik Ermel <[email protected]>
1 parent 782a0a5 commit a555524

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/bootloader/boards/nrf54l15dk_nrf54l15_cpuapp.conf renamed to samples/bootloader/socs/nrf54l15_cpuapp.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ CONFIG_ONOFF=n
44

55
CONFIG_BOOT_BANNER=n
66
CONFIG_NCS_BOOT_BANNER=n
7+
8+
# Link Time Optimizations
9+
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
10+
CONFIG_LTO=y

0 commit comments

Comments
 (0)