* [U-Boot] [PATCH] Remove duplicate #defines in atngw100.h and mimc200.h
@ 2009-12-17 13:07 Semih Hazar
2010-11-28 21:32 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Semih Hazar @ 2009-12-17 13:07 UTC (permalink / raw)
To: u-boot
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(-)
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.
*/
--
1.5.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] Remove duplicate #defines in atngw100.h and mimc200.h
2009-12-17 13:07 [U-Boot] [PATCH] Remove duplicate #defines in atngw100.h and mimc200.h Semih Hazar
@ 2010-11-28 21:32 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2010-11-28 21:32 UTC (permalink / raw)
To: u-boot
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
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
ATTENTION: Despite Any Other Listing of Product Contents Found Here-
on, the Consumer is Advised That, in Actuality, This Product Consists
Of 99.9999999999% Empty Space.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-28 21:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-17 13:07 [U-Boot] [PATCH] Remove duplicate #defines in atngw100.h and mimc200.h Semih Hazar
2010-11-28 21:32 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox