Le vendredi 09 mai 2008 à 12:41 +0200, Jean-Christophe PLAGNIOL-VILLARD
a écrit :

> > +/* #define CONFIG_ENV_OVERWRITE    1 */
> If no need please remove

Ok, here is an additional patch for this.

Stelian.

-----------------8<----------------8<-------------------

>From c821a395fa280e209270dd754c7093b7aeb57546 Mon Sep 17 00:00:00 2001
From: Stelian Pop <[EMAIL PROTECTED]>
Date: Fri, 9 May 2008 22:56:23 +0200
Subject: [PATCH] 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 <[EMAIL PROTECTED]>
---
 include/configs/at91cap9adk.h   |    2 --
 include/configs/at91sam9260ek.h |    2 --
 include/configs/at91sam9261ek.h |    2 --
 include/configs/at91sam9263ek.h |    2 --
 include/configs/at91sam9rlek.h  |    2 --
 5 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h
index 03c0e58..342ce2a 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 f68e055..675224e 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 df46268..e53a23f 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 1c50134..a8194b5 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 33d934f..2ad8d05 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.
  */
-- 
1.5.3.3


-- 
Stelian Pop <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to