diff options
author | edolomb <none@example.com> | 2018-01-10 16:52:16 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-01-10 16:52:16 +0000 |
commit | ad34d8b512f5cd0c951d4f54760cb88f7d60fe89 (patch) | |
tree | 6e7c5433b1abd6cd735304f14d2b86ca344571c2 /os/common | |
parent | 02f181b45c1f060f2641f8938d693d4f26822b04 (diff) | |
download | ChibiOS-ad34d8b512f5cd0c951d4f54760cb88f7d60fe89.tar.gz ChibiOS-ad34d8b512f5cd0c951d4f54760cb88f7d60fe89.tar.bz2 ChibiOS-ad34d8b512f5cd0c951d4f54760cb88f7d60fe89.zip |
Changed memory from 64 KB to 128 KB
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11254 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rwxr-xr-x | os/common/startup/ARMCAx-TZ/compilers/GCC/ld/SAMA5D2.ld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/SAMA5D2.ld b/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/SAMA5D2.ld index aacf3aa5c..9ce885fad 100755 --- a/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/SAMA5D2.ld +++ b/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/SAMA5D2.ld @@ -19,8 +19,8 @@ */
MEMORY
{
- flash : org = 0x00200000, len = 64k
- ram0 : org = 0x00210000, len = 64k
+ flash : org = 0x00200000, len = 128k
+ ram0 : org = 0x00220000, len = 128k
ram1 : org = 0x00000000, len = 0
ram2 : org = 0x00000000, len = 0
ram3 : org = 0x00000000, len = 0
|