diff options
author | Christophe Lyon <christophe.lyon@st.com> | 2012-05-09 17:07:37 +0200 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@st.com> | 2012-05-11 15:03:03 +0200 |
commit | e5b821e2f0b8533ae6e3795f3e2c6585eb656ef3 (patch) | |
tree | ee748d55d10f2f71ffa6d9a41d0d51ee8dc86a20 /scatter.scat | |
parent | eb8034b39a424f157b7117141e23cdad329d5cc0 (diff) | |
download | platform_external_arm-neon-tests-e5b821e2f0b8533ae6e3795f3e2c6585eb656ef3.tar.gz platform_external_arm-neon-tests-e5b821e2f0b8533ae6e3795f3e2c6585eb656ef3.tar.bz2 platform_external_arm-neon-tests-e5b821e2f0b8533ae6e3795f3e2c6585eb656ef3.zip |
Update memory ranges to permit linking GCC-generated code with armlink.
Diffstat (limited to 'scatter.scat')
-rw-r--r-- | scatter.scat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scatter.scat b/scatter.scat index 1f03141..1138e64 100644 --- a/scatter.scat +++ b/scatter.scat @@ -15,7 +15,7 @@ ROM_LOAD 0x2000 * (+RO) ; any remaining code inc C lib. } - D-TCM 0x200000 0x40000 ; 8 Kb of D-TCM used for RW/ZI + D-TCM 0x200000 FIXED ; 0x40000 ; 8 Kb of D-TCM used for RW/ZI { * (+RW,+ZI) } |