jb02v3-skw: increase flash size to 16mb

This commit is contained in:
Alexander Couzens 2015-05-12 17:15:46 +02:00
parent 35dabe9f00
commit 211d005623
1 changed files with 3 additions and 3 deletions

View File

@ -23,11 +23,11 @@
*/
#define CFG_MAX_FLASH_BANKS 1
#define CFG_MAX_FLASH_SECT 128
#define CFG_MAX_FLASH_SECT 256
#define CFG_FLASH_SECTOR_SIZE (64*1024)
#define CFG_FLASH_SIZE 0x00800000
#define CFG_FLASH_SIZE 0x01000000
#define BOARDCAL 0x9f7f0000
#define BOARDCAL 0x9fff0000
#if (CFG_MAX_FLASH_SECT * CFG_FLASH_SECTOR_SIZE) != CFG_FLASH_SIZE
# error "Invalid flash configuration"