configs/skylab: fix BOARDCAL location

BOARDCAL is used by progmac and ethernet code to load the mac address
from flash.
This commit is contained in:
Alexander Couzens 2015-03-10 14:54:07 +01:00
parent aaa2d179da
commit b59bb608cd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#define CFG_FLASH_SECTOR_SIZE (64*1024)
#define CFG_FLASH_SIZE 0x00800000
#define BOARDCAL 0x9fff0000
#define BOARDCAL 0x9f7f0000
#if (CFG_MAX_FLASH_SECT * CFG_FLASH_SECTOR_SIZE) != CFG_FLASH_SIZE
# error "Invalid flash configuration"