source: trunk/platform/ixus120_sd940/sub/103c/makefile.inc @ 1056

Revision 1056, 348 bytes checked in by reyalP, 2 years ago (diff)

add ixus120_sd940 beta ports for 102c and 103c from waterwingz in http://chdk.setepontos.com/index.php?topic=650.msg60921#msg60921

  • Property svn:eol-style set to LF
Line 
1PLATFORMID=12774
2
3PLATFORMOS=dryos
4
5MEMBASEADDR=0x1900
6RESTARTSTART=0x50000
7MEMISOSTART=0x13CA18
8ROMBASEADDR=0xFF810000
9
10
11PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
12PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
13
14NEED_ENCODED_DISKBOOT=3
15
16KEYSYS=d4
17ifdef OPT_FI2
18include  $(topdir)platform/fi2.inc
19endif
20
21
Note: See TracBrowser for help on using the repository browser.