1#----------------------------------------------------------------------------
2# Project:  TwlSDK - include
3# File:     ARM7-TS.lsf
4#
5# Copyright 2003-2008 Nintendo.  All rights reserved.
6#
7# These coded insructions, statements, and computer programs contain
8# proprietary information of Nintendo of America Inc. and/or Nintendo
9# Company Ltd., and are protected by Federal copyright law.  They may
10# not be disclosed to third parties or copied or duplicated in any form,
11# in whole or in part, without the prior written consent of Nintendo.
12#
13# $Date:: 2008-09-18#$
14# $Rev: 8573 $
15# $Author: okubata_ryoma $
16#----------------------------------------------------------------------------
17#
18#  Nitro LCF SPEC FILE
19#
20
21Static $(TARGET_NAME)
22{
23	Address		0x02380000
24	Library		crt0.HYB.TWL.o
25	Object		$(OBJDIR)/initScfg.o
26	StackSize	1024 512
27}
28
29#Objects on MAIN RAM	# nothing for elf2bin
30#Autoload MAIN
31#{
32#	Address		0x027e0000
33#	Library
34#}
35
36Autoload WRAM
37{
38	Address		0x037f8000
39	Object		$(OBJS_STATIC)
40	Library		$(LLIBS) $(GLIBS) $(CC_LIBS)
41	Object		* (.etable)
42	Object		* (.wram)
43}
44
45Ltdautoload LTDWRAM
46{
47        Address         0x03000000
48        Object          * (.ltdwram)
49        Library         libi2c_sp$(LIBSUFFIX).a	\
50        				libcamera_sp$(LIBSUFFIX).a
51}
52Ltdautoload LTDMAIN
53{
54	Address		0x02f88000
55        Object          * (.ltdmain)
56}
57