From: Ben Warren <bwarren@qstreams.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Add CONFIG_MII_INIT in cmd_mii.c
Date: Sun, 30 Mar 2008 00:16:48 -0400 [thread overview]
Message-ID: <47EF1430.3040504@qstreams.com> (raw)
In-Reply-To: <1205791702-17282-1-git-send-email-Tsi-Chung.Liew@freescale.com>
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
next prev parent reply other threads:[~2008-03-30 4:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-03-20 23:26 Tsi-Chung Liew
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47EF1430.3040504@qstreams.com \
--to=bwarren@qstreams.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox