FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cfgmagic/target.pirelli @ 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 | 452a4aea3fc5 |
children | 042c178ebac5 |
comparison
equal
deleted
inserted
replaced
936:1e80730db11b | 937:631fb20ff8d4 |
---|---|
8 # the post-target fragment exports these | 8 # the post-target fragment exports these |
9 | 9 |
10 # RAMFFS: default to 64 KiB x 8 | 10 # RAMFFS: default to 64 KiB x 8 |
11 RAMFFS_BLKSIZE_LOG2=16 | 11 RAMFFS_BLKSIZE_LOG2=16 |
12 RAMFFS_NBLOCKS=8 | 12 RAMFFS_NBLOCKS=8 |
13 | |
14 # select the correct flash driver | |
15 Flash_type=AMD-multibank | |
13 | 16 |
14 # 2nd flash chip select | 17 # 2nd flash chip select |
15 FLASH2_BASE_ADDR=0x02000000 | 18 FLASH2_BASE_ADDR=0x02000000 |
16 export_to_c FLASH2_BASE_ADDR | 19 export_to_c FLASH2_BASE_ADDR |
17 | 20 |