microbit bsp: fix split linker script typo
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/c9dabf04 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c9dabf04 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/c9dabf04 Branch: refs/heads/master Commit: c9dabf0471f83ee158733add94b19279f1840495 Parents: 2242bc1 Author: Jacob Rosenthal <[email protected]> Authored: Sat Mar 4 13:59:24 2017 -0700 Committer: Jacob Rosenthal <[email protected]> Committed: Sat Mar 4 13:59:24 2017 -0700 ---------------------------------------------------------------------- hw/bsp/bbc_microbit/bsp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/c9dabf04/hw/bsp/bbc_microbit/bsp.yml ---------------------------------------------------------------------- diff --git a/hw/bsp/bbc_microbit/bsp.yml b/hw/bsp/bbc_microbit/bsp.yml index c344752..7a7063c 100644 --- a/hw/bsp/bbc_microbit/bsp.yml +++ b/hw/bsp/bbc_microbit/bsp.yml @@ -25,7 +25,7 @@ bsp.linkerscript: bsp.linkerscript.BOOT_LOADER.OVERWRITE: - "hw/bsp/bbc_microbit/boot-nrf51xxac.ld" - "hw/mcu/nordic/nrf51xxx/nrf51.ld" -bsp.part2linkerscript: "hw/bsp/bbc_microbit/split-nrf51dk.ld" +bsp.part2linkerscript: "hw/bsp/bbc_microbit/split-microbit.ld" bsp.downloadscript: hw/bsp/bbc_microbit/microbit_download.sh bsp.debugscript: hw/bsp/bbc_microbit/microbit_debug.sh bsp.downloadscript.WINDOWS.OVERWRITE: hw/bsp/bbc_microbit/microbit_download.cmd
