source: trunk/platform/ixus200_sd980/sub/101d/makefile.inc @ 1341

Revision 1341, 305 bytes checked in by philmoz, 21 months ago (diff)

Removed redundant loading of 'fi2.inc' file from various camera/firmware makefile.inc files. The 'fi2.inc' file is automatically included in the main makefile.inc - loading it in the camera/firmware file is not necessary.

Line 
1PLATFORMID=12773
2
3PLATFORMOS=dryos
4
5MEMBASEADDR=0x1900
6RESTARTSTART=0x50000
7MEMISOSTART=0x153E84
8ROMBASEADDR=0xFF810000
9
10
11PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
12PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
13
14NEED_ENCODED_DISKBOOT=3
15KEYSYS=d4
Note: See TracBrowser for help on using the repository browser.