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