diff options
author | Fabio Utzig <utzig@utzig.org> | 2015-05-12 22:07:41 -0300 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2015-05-12 22:07:41 -0300 |
commit | 18c1b38d550ea8500ca11bb20a8fc52bbc26534a (patch) | |
tree | b92d84b56750352a225a888f709c15b79a258c2e /os/common/ports/ARMCMx | |
parent | 5afd99de17e294d130b426aff43aeef962233415 (diff) | |
download | ChibiOS-Contrib-18c1b38d550ea8500ca11bb20a8fc52bbc26534a.tar.gz ChibiOS-Contrib-18c1b38d550ea8500ca11bb20a8fc52bbc26534a.tar.bz2 ChibiOS-Contrib-18c1b38d550ea8500ca11bb20a8fc52bbc26534a.zip |
Rename linker script
Diffstat (limited to 'os/common/ports/ARMCMx')
-rw-r--r-- | os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.ld (renamed from os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.LD) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.LD b/os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.ld index 86718d0..ba12060 100644 --- a/os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.LD +++ b/os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.ld @@ -20,7 +20,7 @@ MEMORY { flash : org = 0x00000000, len = 256k - ram0 : org = 0x20000000, len = 16k + ram0 : org = 0x20000000, len = 32k ram1 : org = 0x00000000, len = 0 ram2 : org = 0x00000000, len = 0 ram3 : org = 0x00000000, len = 0 |