Skip to content

Commit 73eaf92

Browse files
Jamie McCraecfriedt
authored andcommitted
boards: arm: bl654_usb: Fix offset load
Fixes applications not building for offset 0x1000 Signed-off-by: Jamie McCrae <[email protected]>
1 parent e5ef9ca commit 73eaf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/bl654_usb/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ config BOARD
2121

2222
config FLASH_LOAD_OFFSET
2323
default 0x1000
24-
depends on BOARD_HAS_NRF5_BOOTLOADER && !USE_DT_CODE_PARTITION
24+
depends on !USE_DT_CODE_PARTITION
2525

2626
if USB_DEVICE_STACK
2727

0 commit comments

Comments
 (0)