comparison gsm-fw/cfgmagic/target.c155 @ 937:631fb20ff8d4

gsm-fw/cfgmagic: beginning of support for Intel single bank flash (Compal) in addition to the currently supported AMD multibank (Openmoko and Pirelli)
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sat, 31 Oct 2015 21:50:43 +0000
parents 5a826938d005
children f22b34873ea5
comparison
equal deleted inserted replaced
936:1e80730db11b 937:631fb20ff8d4
11 # the post-target fragment exports these 11 # the post-target fragment exports these
12 12
13 # RAMFFS: default to 32 KiB x 4 13 # RAMFFS: default to 32 KiB x 4
14 RAMFFS_BLKSIZE_LOG2=15 14 RAMFFS_BLKSIZE_LOG2=15
15 RAMFFS_NBLOCKS=4 15 RAMFFS_NBLOCKS=4
16
17 # select the correct flash driver
18 Flash_type=Intel-onebank
16 19
17 DBB_type=751749 20 DBB_type=751749
18 ABB_type=Iota3014 21 ABB_type=Iota3014
19 RF_type=Rita 22 RF_type=Rita
20 # the post-target fragment will turn these into TI's voodoo numbers 23 # the post-target fragment will turn these into TI's voodoo numbers