diff mbox

[U-Boot] Remove duplicate #defines in atngw100.h and mimc200.h

Message ID 4B2A2D0A.6090201@indefia.com
State Accepted
Commit de9b5b12a7524d466c9f75b2dd7fb7f43b3ed2ea
Headers show

Commit Message

Semih Hazar Dec. 17, 2009, 1:07 p.m. UTC
Two configuration include files had duplicate CONFIG_DOS_PARTITION
definitions with the same value.

This patch does not effect anything, just trims unnecessary text.

Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
---
 include/configs/atngw100.h |    2 --
 include/configs/mimc200.h  |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

Comments

Wolfgang Denk Nov. 28, 2010, 9:32 p.m. UTC | #1
Dear Semih Hazar,

In message <4B2A2D0A.6090201@indefia.com> you wrote:
> 
> Two configuration include files had duplicate CONFIG_DOS_PARTITION
> definitions with the same value.
> 
> This patch does not effect anything, just trims unnecessary text.
> 
> Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
> ---
>  include/configs/atngw100.h |    2 --
>  include/configs/mimc200.h  |    2 --
>  2 files changed, 0 insertions(+), 4 deletions(-)

Applied, thanks.

Sorry this took so long.

Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/include/configs/atngw100.h b/include/configs/atngw100.h
index 4ed5514..5066448 100644
--- a/include/configs/atngw100.h
+++ b/include/configs/atngw100.h
@@ -101,8 +101,6 @@ 
 #define CONFIG_BOOTP_SUBNETMASK
 #define CONFIG_BOOTP_GATEWAY
 
-#define CONFIG_DOS_PARTITION		1
-
 /*
  * Command line configuration.
  */
diff --git a/include/configs/mimc200.h b/include/configs/mimc200.h
index 8ff2f8a..b2cb206 100644
--- a/include/configs/mimc200.h
+++ b/include/configs/mimc200.h
@@ -104,8 +104,6 @@ 
 #define CONFIG_BOOTP_SUBNETMASK
 #define CONFIG_BOOTP_GATEWAY
 
-#define CONFIG_DOS_PARTITION		1
-
 /*
  * Command line configuration.
  */