public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Add CONFIG_MII_INIT in cmd_mii.c
@ 2008-03-17 22:08 Tsi-Chung Liew
  2008-03-30  4:16 ` Ben Warren
  0 siblings, 1 reply; 3+ messages in thread
From: Tsi-Chung Liew @ 2008-03-17 22:08 UTC (permalink / raw)
  To: u-boot

Provide common configuration in do_mii() to execute mii_init()
for all cpu architectures

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
---
 common/cmd_mii.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/cmd_mii.c b/common/cmd_mii.c
index 31ac43d..8ca5af5 100644
--- a/common/cmd_mii.c
+++ b/common/cmd_mii.c
@@ -306,7 +306,7 @@ int do_mii (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 		return 1;
 	}
 
-#if defined(CONFIG_8xx) || defined(CONFIG_MCF532x)
+#if defined(CONFIG_8xx) || defined(CONFIG_MCF532x || defined(CONFIG_MII_INIT))
 	mii_init ();
 #endif
 
-- 
1.5.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot-Users] [PATCH] Add CONFIG_MII_INIT in cmd_mii.c
@ 2008-03-20 23:26 Tsi-Chung Liew
  0 siblings, 0 replies; 3+ messages in thread
From: Tsi-Chung Liew @ 2008-03-20 23:26 UTC (permalink / raw)
  To: u-boot

From: TsiChung Liew <Tsi-Chung.Liew@freescale.com>

Provide common configuration in do_mii() to execute mii_init()
for all cpu architectures

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
---
 common/cmd_mii.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/cmd_mii.c b/common/cmd_mii.c
index 31ac43d..fa753dd 100644
--- a/common/cmd_mii.c
+++ b/common/cmd_mii.c
@@ -306,7 +306,7 @@ int do_mii (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 		return 1;
 	}
 
-#if defined(CONFIG_8xx) || defined(CONFIG_MCF532x)
+#if defined(CONFIG_8xx) || defined(CONFIG_MCF532x) || defined(CONFIG_MII_INIT)
 	mii_init ();
 #endif
 
-- 
1.5.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot-Users] [PATCH] Add CONFIG_MII_INIT in cmd_mii.c
  2008-03-17 22:08 [U-Boot-Users] [PATCH] Add CONFIG_MII_INIT in cmd_mii.c Tsi-Chung Liew
@ 2008-03-30  4:16 ` Ben Warren
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Warren @ 2008-03-30  4:16 UTC (permalink / raw)
  To: u-boot

Tsi-Chung Liew wrote:
> Provide common configuration in do_mii() to execute mii_init()
> for all cpu architectures
>
> Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
> ---
>  common/cmd_mii.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/common/cmd_mii.c b/common/cmd_mii.c
> index 31ac43d..8ca5af5 100644
> --- a/common/cmd_mii.c
> +++ b/common/cmd_mii.c
> @@ -306,7 +306,7 @@ int do_mii (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
>  		return 1;
>  	}
>  
> -#if defined(CONFIG_8xx) || defined(CONFIG_MCF532x)
> +#if defined(CONFIG_8xx) || defined(CONFIG_MCF532x || defined(CONFIG_MII_INIT))
>  	mii_init ();
>  #endif
>  
>   
Applied to net tree.

thanks,
Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-30  4:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-17 22:08 [U-Boot-Users] [PATCH] Add CONFIG_MII_INIT in cmd_mii.c Tsi-Chung Liew
2008-03-30  4:16 ` Ben Warren
  -- strict thread matches above, loose matches on Subject: below --
2008-03-20 23:26 Tsi-Chung Liew

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox