aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/compilers/GCC
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARMCMx/compilers/GCC')
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F76xxG.ld (renamed from os/common/startup/ARMCMx/compilers/GCC/ld/STM32F769Ix.ld)6
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F76xxI.ld (renamed from os/common/startup/ARMCMx/compilers/GCC/ld/STM32F767Zx.ld)2
2 files changed, 4 insertions, 4 deletions
diff --git a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F769Ix.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F76xxG.ld
index 990a8adfa..92aa1042c 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F769Ix.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F76xxG.ld
@@ -15,7 +15,7 @@
*/
/*
- * STM32F769Ix generic setup.
+ * STM32F76xxG generic setup.
*
* RAM0 - Data, Heap.
* RAM3 - Main Stack, Process Stack, BSS, NOCACHE, ETH.
@@ -25,8 +25,8 @@
*/
MEMORY
{
- flash0 : org = 0x08000000, len = 2M /* Flash as AXIM (writable) */
- flash1 : org = 0x00200000, len = 2M /* Flash as ITCM */
+ flash0 : org = 0x08000000, len = 1M /* Flash as AXIM (writable) */
+ flash1 : org = 0x00200000, len = 1M /* Flash as ITCM */
flash2 : org = 0x00000000, len = 0
flash3 : org = 0x00000000, len = 0
flash4 : org = 0x00000000, len = 0
diff --git a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F767Zx.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F76xxI.ld
index 5a365ea41..a7a25eb84 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F767Zx.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F76xxI.ld
@@ -15,7 +15,7 @@
*/
/*
- * STM32F767Zx generic setup.
+ * STM32F76xxI generic setup.
*
* RAM0 - Data, Heap.
* RAM3 - Main Stack, Process Stack, BSS, NOCACHE, ETH.