diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-02-01 13:16:48 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-02-01 13:16:48 -0800 |
| commit | 1da14b0eec5e1b11080814d877c3077571f7dcad (patch) | |
| tree | 02e70df7f73970d54348c802fb09dfae98b7c38e | |
| parent | 8569395b5d3a65545ebbdc0c3a59f1ebbccecdec (diff) | |
atmel-samd: Switch Metro back to including bootloader space.
| -rw-r--r-- | atmel-samd/boards/metro_m0_flash/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/boards/metro_m0_flash/mpconfigboard.mk b/atmel-samd/boards/metro_m0_flash/mpconfigboard.mk index 4b508957d..8b6d61bbb 100644 --- a/atmel-samd/boards/metro_m0_flash/mpconfigboard.mk +++ b/atmel-samd/boards/metro_m0_flash/mpconfigboard.mk @@ -1,4 +1,4 @@ -LD_FILE = boards/samd21x18-external-flash.ld +LD_FILE = boards/samd21x18-bootloader-external-flash.ld USB_VID = 0x239A USB_PID = 0x8015 |
