Removed STRT_SRC and STRT_OBJ.

This commit is contained in:
Vincent Rivière
2012-11-07 19:53:43 +00:00
parent e35b5846fa
commit 4e229c8a9b
2 changed files with 4 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ SECTIONS {
#endif
} > flash
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text))
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text)) ALIGN(1024)
{
objs/BaS.o(.text)
/* put other routines into the same segment (RAM) as BaS.o */