aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCMx
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-01 00:37:20 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-01 00:37:20 +0000
commit7246e181613857d5579a02e3ff6f405dfb0f5c46 (patch)
treefb1f24c148b181846d69cb07baecc5c688441d6c /os/common/ports/ARMCMx
parentc598b59a5c21ac0e50d1a41b039ef106a658bfa7 (diff)
downloadChibiOS-7246e181613857d5579a02e3ff6f405dfb0f5c46.tar.gz
ChibiOS-7246e181613857d5579a02e3ff6f405dfb0f5c46.tar.bz2
ChibiOS-7246e181613857d5579a02e3ff6f405dfb0f5c46.zip
[KINETIS] Fix base flash size
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7219 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/ARMCMx')
-rw-r--r--os/common/ports/ARMCMx/compilers/GCC/ld/MK20DX128.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/compilers/GCC/ld/MK20DX128.ld b/os/common/ports/ARMCMx/compilers/GCC/ld/MK20DX128.ld
index 338c71cb3..66ed4b2ef 100644
--- a/os/common/ports/ARMCMx/compilers/GCC/ld/MK20DX128.ld
+++ b/os/common/ports/ARMCMx/compilers/GCC/ld/MK20DX128.ld
@@ -27,7 +27,7 @@ ENTRY(Reset_Handler)
MEMORY
{
- flash0 : org = 0x00000000, len = 0xF8
+ flash0 : org = 0x00000000, len = 0x100
flashcfg : org = 0x00000400, len = 0x10
flash : org = 0x00000410, len = 128k - 0x410
ram : org = 0x1FFFE000, len = 16k