Removed redundant sections VMA.

This commit is contained in:
Vincent Rivière
2012-11-12 13:41:21 +00:00
parent 88ecc876a9
commit 7b64a5664f

View File

@@ -75,7 +75,7 @@ SECTIONS {
__SYS_SRAM = 0xFF010000; __SYS_SRAM = 0xFF010000;
__SYS_SRAM_SIZE = 0x00008000; __SYS_SRAM_SIZE = 0x00008000;
.text ___BOOT_FLASH : .text :
{ {
objs/startcf.o(.text) /* this one is the entry point so it must be the first */ objs/startcf.o(.text) /* this one is the entry point so it must be the first */
objs/sysinit.o(.text) objs/sysinit.o(.text)
@@ -86,7 +86,7 @@ SECTIONS {
#endif #endif
} > flash } > flash
.bas __BAS_IN_RAM : .bas :
/* The BaS is stored in the flash, just after the init part. /* The BaS is stored in the flash, just after the init part.
* Then it will be copied to its final location in the RAM. * Then it will be copied to its final location in the RAM.
* This data must be aligned for optimal copy loop speed. * This data must be aligned for optimal copy loop speed.