source: trunk/platform/a3000/sub/100c/makefile.inc @ 1372

Revision 1372, 298 bytes checked in by philmoz, 20 months ago (diff)

A3000 port from ERR99 - http://chdk.setepontos.com/index.php?topic=650.msg74533#msg74533
Firmware versions 1.00b, 1.00c and 1.00d.

  • Property svn:eol-style set to LF
Line 
1#31F2
2PLATFORMID=12786
3
4
5PLATFORMOS=dryos
6
7MEMBASEADDR=0x1900
8RESTARTSTART=0x50000
9MEMISOSTART=0x133D38
10ROMBASEADDR=0xffc00000
11NEED_ENCODED_DISKBOOT=4
12
13PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
14PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
15
16KEYSYS=d4a
Note: See TracBrowser for help on using the repository browser.