source: trunk/platform/s100/sub/101a/makefile.inc @ 1800

Revision 1800, 620 bytes checked in by reyalp, 14 months ago (diff)

s100 - disable fi2, since it is reported to crash

  • Property svn:eol-style set to LF
Line 
1# 0x3236 Found @ 0xfff40040
2PLATFORMID=12854
3
4PLATFORMOS=dryos
5
6# address where wif or diskboot code will be loaded by camera
7MEMBASEADDR=0x1900
8
9# size of memory region for CHDK
10RESTARTSTART=0x50000
11
12# points to the start of the memory pool used by the firmware
13MEMISOSTART=0x195D34
14
15# start of firmware
16ROMBASEADDR=0xFF000000
17
18MAXRAMADDR = 0x0fffffff
19
20# Found @ 0xffff3b38
21NEED_ENCODED_DISKBOOT=7
22
23PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
24PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
25
26#suppress FI2 since it doesn't work
27override OPT_FI2=
28# Found @ 0xffff3b28
29KEYSYS=d4c
Note: See TracBrowser for help on using the repository browser.