Repository: incubator-mynewt-core Updated Branches: refs/heads/develop ec88e3db2 -> d766b1ca8
ci40; linker script location now needs full path. 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/3ee2a161 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/3ee2a161 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/3ee2a161 Branch: refs/heads/develop Commit: 3ee2a16106bd4e7cd66a7d5c2286a1b98a700542 Parents: ec88e3d Author: Marko Kiiskila <[email protected]> Authored: Tue Dec 27 10:50:47 2016 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Tue Dec 27 10:50:47 2016 -0800 ---------------------------------------------------------------------- hw/bsp/ci40/bsp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/3ee2a161/hw/bsp/ci40/bsp.yml ---------------------------------------------------------------------- diff --git a/hw/bsp/ci40/bsp.yml b/hw/bsp/ci40/bsp.yml index e45db11..e83aa55 100644 --- a/hw/bsp/ci40/bsp.yml +++ b/hw/bsp/ci40/bsp.yml @@ -19,7 +19,7 @@ bsp.arch: mips bsp.compiler: compiler/mips -bsp.linkerscript: "uhi32.ld" +bsp.linkerscript: "hw/bsp/ci40/uhi32.ld" bsp.flash_map: areas: @@ -51,4 +51,4 @@ bsp.flash_map: user_id: 1 device: 0 offset: 0x00000000 - size: 0kB \ No newline at end of file + size: 0kB
