Remove duplicate #defines in atngw100.h and mimc200.h
authorSemih Hazar <semih.hazar@indefia.com>
Thu, 17 Dec 2009 13:07:22 +0000 (15:07 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 28 Nov 2010 21:32:13 +0000 (22:32 +0100)
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
include/configs/mimc200.h

index 83056b6..92491ca 100644 (file)
 #define CONFIG_BOOTP_SUBNETMASK
 #define CONFIG_BOOTP_GATEWAY
 
-#define CONFIG_DOS_PARTITION           1
-
 /*
  * Command line configuration.
  */
index 6ed9e75..16e2ec6 100644 (file)
 #define CONFIG_BOOTP_SUBNETMASK
 #define CONFIG_BOOTP_GATEWAY
 
-#define CONFIG_DOS_PARTITION           1
-
 /*
  * Command line configuration.
  */