source: trunk/platform/ixus80_sd1100/sub/101a/makefile.inc @ 794

Revision 794, 360 bytes checked in by reyalp, 4 years ago (diff)

update dancingbits to support multiple multiple diskboot formats.
NEED_ENCODED_DISKBOOT in platform/<camera>/sub/<firm>/makefile.inc must now be a number that specifies the encoding version. Existing ports which set NEED_ENCODED_DISKBOOT must use 1. Cameras like the SX200 use 2.
Discussion http://chdk.setepontos.com/index.php/topic,4095.0.html

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