Ignore:
Timestamp:
12/14/08 01:48:00 (5 years ago)
Author:
reyalp
Message:

+ allow user to override location of PRIMARY.BIN files. Set PRIMARY_ROOT to a tree that mirrors what is under platform, either on the make command line or in buildconf.inc

  • use automatic MEMISOSIZE on some new ports that didn't have it: g9, sd30, sd300/100j
  • clean up old commented MEMISOSIZE stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/sx100is/sub/100c/makefile.inc

    r521 r634  
    77RESTARTSTART=0x50000 
    88MEMISOSTART=0x9F498 
    9 #MEMISOSIZE=0x55000 
    109ROMBASEADDR=0xffc00000 
    1110 
    12 TARGET_PRIMARY=$(topdir)platform/$(PLATFORM)/sub/$(PLATFORMSUB)/PRIMARY.BIN 
    1311 
    1412PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE) 
Note: See TracChangeset for help on using the changeset viewer.