* [U-Boot] [PATCH 1/3] configs: mx53loco: Remove CONFIG_HAS_ETH1
@ 2012-10-15 17:26 Fabio Estevam
2012-10-15 17:26 ` [U-Boot] [PATCH 2/3] configs: mx51evk: " Fabio Estevam
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Fabio Estevam @ 2012-10-15 17:26 UTC (permalink / raw)
To: u-boot
mx53loco has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
include/configs/mx53loco.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 2ecfbd6..0658dd3 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -58,7 +58,6 @@
#define CONFIG_DOS_PARTITION
/* Eth Configs */
-#define CONFIG_HAS_ETH1
#define CONFIG_MII
#define CONFIG_FEC_MXC
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread* [U-Boot] [PATCH 2/3] configs: mx51evk: Remove CONFIG_HAS_ETH1
2012-10-15 17:26 [U-Boot] [PATCH 1/3] configs: mx53loco: Remove CONFIG_HAS_ETH1 Fabio Estevam
@ 2012-10-15 17:26 ` Fabio Estevam
2012-10-17 16:12 ` Stefano Babic
2012-10-15 17:26 ` [U-Boot] [PATCH 3/3] configs: mx53evk: " Fabio Estevam
2012-10-17 16:12 ` [U-Boot] [PATCH 1/3] configs: mx53loco: " Stefano Babic
2 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2012-10-15 17:26 UTC (permalink / raw)
To: u-boot
mx51evk has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
include/configs/mx51evk.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 34b0783..d3edcba 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -96,7 +96,6 @@
/*
* Eth Configs
*/
-#define CONFIG_HAS_ETH1
#define CONFIG_MII
#define CONFIG_FEC_MXC
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 2/3] configs: mx51evk: Remove CONFIG_HAS_ETH1
2012-10-15 17:26 ` [U-Boot] [PATCH 2/3] configs: mx51evk: " Fabio Estevam
@ 2012-10-17 16:12 ` Stefano Babic
0 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2012-10-17 16:12 UTC (permalink / raw)
To: u-boot
Am 15/10/2012 19:26, schrieb Fabio Estevam:
> mx51evk has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 3/3] configs: mx53evk: Remove CONFIG_HAS_ETH1
2012-10-15 17:26 [U-Boot] [PATCH 1/3] configs: mx53loco: Remove CONFIG_HAS_ETH1 Fabio Estevam
2012-10-15 17:26 ` [U-Boot] [PATCH 2/3] configs: mx51evk: " Fabio Estevam
@ 2012-10-15 17:26 ` Fabio Estevam
2012-10-17 16:12 ` Stefano Babic
2012-10-17 16:12 ` [U-Boot] [PATCH 1/3] configs: mx53loco: " Stefano Babic
2 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2012-10-15 17:26 UTC (permalink / raw)
To: u-boot
mx53evk has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
include/configs/mx53evk.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 832050e..8fc415e 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -73,7 +73,6 @@
#define CONFIG_DOS_PARTITION
/* Eth Configs */
-#define CONFIG_HAS_ETH1
#define CONFIG_MII
#define CONFIG_FEC_MXC
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 3/3] configs: mx53evk: Remove CONFIG_HAS_ETH1
2012-10-15 17:26 ` [U-Boot] [PATCH 3/3] configs: mx53evk: " Fabio Estevam
@ 2012-10-17 16:12 ` Stefano Babic
0 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2012-10-17 16:12 UTC (permalink / raw)
To: u-boot
Am 15/10/2012 19:26, schrieb Fabio Estevam:
> mx53evk has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 1/3] configs: mx53loco: Remove CONFIG_HAS_ETH1
2012-10-15 17:26 [U-Boot] [PATCH 1/3] configs: mx53loco: Remove CONFIG_HAS_ETH1 Fabio Estevam
2012-10-15 17:26 ` [U-Boot] [PATCH 2/3] configs: mx51evk: " Fabio Estevam
2012-10-15 17:26 ` [U-Boot] [PATCH 3/3] configs: mx53evk: " Fabio Estevam
@ 2012-10-17 16:12 ` Stefano Babic
2 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2012-10-17 16:12 UTC (permalink / raw)
To: u-boot
Am 15/10/2012 19:26, schrieb Fabio Estevam:
> mx53loco has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> include/configs/mx53loco.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
> index 2ecfbd6..0658dd3 100644
> --- a/include/configs/mx53loco.h
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-10-17 16:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 17:26 [U-Boot] [PATCH 1/3] configs: mx53loco: Remove CONFIG_HAS_ETH1 Fabio Estevam
2012-10-15 17:26 ` [U-Boot] [PATCH 2/3] configs: mx51evk: " Fabio Estevam
2012-10-17 16:12 ` Stefano Babic
2012-10-15 17:26 ` [U-Boot] [PATCH 3/3] configs: mx53evk: " Fabio Estevam
2012-10-17 16:12 ` Stefano Babic
2012-10-17 16:12 ` [U-Boot] [PATCH 1/3] configs: mx53loco: " Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox