From aaa2d179da3dc0e271c2349ae0cb00dc86c4ac0d Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 10 Mar 2015 14:52:56 +0100 Subject: [PATCH] configs: remove unused define WLANCAL --- u-boot/include/configs/carambola2.h | 1 - u-boot/include/configs/skylab.h | 1 - 2 files changed, 2 deletions(-) diff --git a/u-boot/include/configs/carambola2.h b/u-boot/include/configs/carambola2.h index 8e2f96a7b7..57cc609e51 100644 --- a/u-boot/include/configs/carambola2.h +++ b/u-boot/include/configs/carambola2.h @@ -27,7 +27,6 @@ #define CFG_FLASH_SECTOR_SIZE (64*1024) #define CFG_FLASH_SIZE 0x01000000 -#define WLANCAL 0x9fff1000 #define BOARDCAL 0x9fff0000 #if (CFG_MAX_FLASH_SECT * CFG_FLASH_SECTOR_SIZE) != CFG_FLASH_SIZE diff --git a/u-boot/include/configs/skylab.h b/u-boot/include/configs/skylab.h index 46b2a2ea24..4bba221fed 100644 --- a/u-boot/include/configs/skylab.h +++ b/u-boot/include/configs/skylab.h @@ -27,7 +27,6 @@ #define CFG_FLASH_SECTOR_SIZE (64*1024) #define CFG_FLASH_SIZE 0x00800000 -#define WLANCAL 0x9fff1000 #define BOARDCAL 0x9fff0000 #if (CFG_MAX_FLASH_SECT * CFG_FLASH_SECTOR_SIZE) != CFG_FLASH_SIZE