Ignore:
Timestamp:
12/14/08 01:48:00 (4 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/ixus75_sd750/sub/100b/makefile.inc

    r562 r634  
    88ROMBASEADDR=0xff810000 
    99MEMISOSTART=0xBF650 
    10 #MEMISOSIZE=0x40000 
    1110 
    1211 
    13 TARGET_PRIMARY=$(topdir)platform/$(PLATFORM)/sub/$(PLATFORMSUB)/PRIMARY.BIN 
    1412 
    1513PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE) 
Note: See TracChangeset for help on using the changeset viewer.