aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authorisiora <none@example.com>2018-01-18 11:24:13 +0000
committerisiora <none@example.com>2018-01-18 11:24:13 +0000
commit2796ef6d6f011b26af31b5eec5a476f68d2cc674 (patch)
treec7611a92859a3673573652b00df9c2a69060a6b4 /os/common
parente220b223d02eaf6ecb60679574c6178e8ba577b3 (diff)
downloadChibiOS-2796ef6d6f011b26af31b5eec5a476f68d2cc674.tar.gz
ChibiOS-2796ef6d6f011b26af31b5eec5a476f68d2cc674.tar.bz2
ChibiOS-2796ef6d6f011b26af31b5eec5a476f68d2cc674.zip
Minor changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11324 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rwxr-xr-xos/common/startup/ARM/compilers/GCC/ld/SAMA5D2.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/ld/SAMA5D2.ld b/os/common/startup/ARM/compilers/GCC/ld/SAMA5D2.ld
index aacf3aa5c..9ce885fad 100755
--- a/os/common/startup/ARM/compilers/GCC/ld/SAMA5D2.ld
+++ b/os/common/startup/ARM/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