From b59bb608cd92707114711bc514baa45faed5acc9 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 10 Mar 2015 14:54:07 +0100 Subject: [PATCH] configs/skylab: fix BOARDCAL location BOARDCAL is used by progmac and ethernet code to load the mac address from flash. --- u-boot/include/configs/skylab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/include/configs/skylab.h b/u-boot/include/configs/skylab.h index 4bba221fed..5ff3d8dc8b 100644 --- a/u-boot/include/configs/skylab.h +++ b/u-boot/include/configs/skylab.h @@ -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"