boards: arm: bl654_usb: Fix offset load
Fixes applications not building for offset 0x1000 Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
This commit is contained in:
parent
e5ef9ca7a5
commit
73eaf92065
|
@ -21,7 +21,7 @@ config BOARD
|
|||
|
||||
config FLASH_LOAD_OFFSET
|
||||
default 0x1000
|
||||
depends on BOARD_HAS_NRF5_BOOTLOADER && !USE_DT_CODE_PARTITION
|
||||
depends on !USE_DT_CODE_PARTITION
|
||||
|
||||
if USB_DEVICE_STACK
|
||||
|
||||
|
|
Loading…
Reference in a new issue