comparison gsm-fw/cfgmagic/target.c139 @ 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 8 KiB x 6 13 # RAMFFS: default to 8 KiB x 6
14 RAMFFS_BLKSIZE_LOG2=13 14 RAMFFS_BLKSIZE_LOG2=13
15 RAMFFS_NBLOCKS=6 15 RAMFFS_NBLOCKS=6
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=Iota3025 21 ABB_type=Iota3025
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