From 894d58c911e114470a483c14965e468978431fbd Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 4 Mar 2015 19:32:48 +0100 Subject: [PATCH] configs: remove unused define FLASH_SIZE --- 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 8851b21b69..8db8feae72 100644 --- a/u-boot/include/configs/carambola2.h +++ b/u-boot/include/configs/carambola2.h @@ -8,7 +8,6 @@ #include #include -#define FLASH_SIZE 16 #define CONFIG_AR7240 1 #define CONFIG_MACH_HORNET 1 #define CONFIG_HORNET_1_1_WAR 1 diff --git a/u-boot/include/configs/skylab.h b/u-boot/include/configs/skylab.h index ca6595ba33..8aaad29d83 100644 --- a/u-boot/include/configs/skylab.h +++ b/u-boot/include/configs/skylab.h @@ -8,7 +8,6 @@ #include #include -#define FLASH_SIZE 8 #define CONFIG_AR7240 1 #define CONFIG_MACH_HORNET 1 #define CONFIG_HORNET_1_1_WAR 1