nrf5/boards: Renaming custom linker script for bluefruit feather to reflect that the purpose of the custom linker script is DFU. The script is diverging from the generic s132 v2 linker script in the offset of the application.

This commit is contained in:
Glenn Ruben Bakke 2017-04-25 08:53:27 +02:00
parent 7043680f1f
commit 8429d022e1
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ MCU_VARIANT = nrf52
MCU_SUB_VARIANT = nrf52832
SOFTDEV_VERSION = 2.0.1
LD_FILE = boards/bluefruit_feather/custom_nrf52832_app.ld
LD_FILE = boards/bluefruit_feather/custom_nrf52832_dfu_app.ld
NRF_DEFINES += -DNRF52832_XXAA