From: Semih Hazar Date: Thu, 17 Dec 2009 13:07:22 +0000 (+0200) Subject: Remove duplicate #defines in atngw100.h and mimc200.h X-Git-Tag: v2010.12-rc3~40 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=de9b5b12a7524d466c9f75b2dd7fb7f43b3ed2ea;p=u-boot Remove duplicate #defines in atngw100.h and mimc200.h 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 --- diff --git a/include/configs/atngw100.h b/include/configs/atngw100.h index 83056b6fd0..92491ca09d 100644 --- a/include/configs/atngw100.h +++ b/include/configs/atngw100.h @@ -104,8 +104,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 6ed9e75bb4..16e2ec62ee 100644 --- a/include/configs/mimc200.h +++ b/include/configs/mimc200.h @@ -109,8 +109,6 @@ #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_GATEWAY -#define CONFIG_DOS_PARTITION 1 - /* * Command line configuration. */