git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@283 4ee2a332-4b2b-5046-8439-1ba90f034370

This commit is contained in:
shirait 2007-09-20 08:15:10 +00:00
parent b4ee97b4d3
commit e252a26f9d

View File

@ -19,9 +19,12 @@
Static $(TARGET_NAME)
{
Address 0x0200B000
Library crt0.o
Address 0x02200000
# Library crt0.o
StackSize 1024 512
Object $(OBJS_STATIC)
Library $(LLIBS) $(GLIBS) $(CW_LIBS)
Object * (.wram)
}
#Objects on MAIN RAM # nothing for elf2bin
@ -33,8 +36,5 @@ Static $(TARGET_NAME)
Autoload MAIN
{
Address 0x02010000
Object $(OBJS_STATIC)
Library $(LLIBS) $(GLIBS) $(CW_LIBS)
Object * (.wram)
Address 0x02000000
}