summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-05-09 21:46:51 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-05-10 11:49:11 +0200
commit67e3beb52c320b0a31cf030716c99392cde2d532 (patch)
treeb5e42281db290bf191f63b31f72db5059b30c48d
parent19883aede2ac0a522493bfb2b35a7dbb200071b1 (diff)
downloadblackbird-obmc-uboot-67e3beb52c320b0a31cf030716c99392cde2d532.tar.gz
blackbird-obmc-uboot-67e3beb52c320b0a31cf030716c99392cde2d532.zip
AT91: Cleanup unused config header file definitions.
CONFIG_ENV_OVERWRITE is commented out in the config header files, so let's cleanup the files by removing the whole definition. Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-rw-r--r--include/configs/at91cap9adk.h2
-rw-r--r--include/configs/at91sam9260ek.h2
-rw-r--r--include/configs/at91sam9261ek.h2
-rw-r--r--include/configs/at91sam9263ek.h2
-rw-r--r--include/configs/at91sam9rlek.h2
5 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h
index 03c0e589f6..342ce2a649 100644
--- a/include/configs/at91cap9adk.h
+++ b/include/configs/at91cap9adk.h
@@ -70,8 +70,6 @@
#define CONFIG_BOOTDELAY 3
-/* #define CONFIG_ENV_OVERWRITE 1 */
-
/*
* BOOTP options
*/
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h
index f68e055008..675224e0ba 100644
--- a/include/configs/at91sam9260ek.h
+++ b/include/configs/at91sam9260ek.h
@@ -57,8 +57,6 @@
#define CONFIG_BOOTDELAY 3
-/* #define CONFIG_ENV_OVERWRITE 1 */
-
/*
* BOOTP options
*/
diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h
index df46268eb0..e53a23f33f 100644
--- a/include/configs/at91sam9261ek.h
+++ b/include/configs/at91sam9261ek.h
@@ -70,8 +70,6 @@
#define CONFIG_BOOTDELAY 3
-/* #define CONFIG_ENV_OVERWRITE 1 */
-
/*
* BOOTP options
*/
diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h
index 1c50134cd5..a8194b564d 100644
--- a/include/configs/at91sam9263ek.h
+++ b/include/configs/at91sam9263ek.h
@@ -70,8 +70,6 @@
#define CONFIG_BOOTDELAY 3
-/* #define CONFIG_ENV_OVERWRITE 1 */
-
/*
* BOOTP options
*/
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
index 33d934f08c..2ad8d05eb0 100644
--- a/include/configs/at91sam9rlek.h
+++ b/include/configs/at91sam9rlek.h
@@ -70,8 +70,6 @@
#define CONFIG_BOOTDELAY 3
-/* #define CONFIG_ENV_OVERWRITE 1 */
-
/*
* Command line configuration.
*/
OpenPOWER on IntegriCloud