From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] net: fix ULI 526x macro usage in netdev.h
Date: Sun, 19 Apr 2009 21:11:38 -0700 [thread overview]
Message-ID: <49EBF5FA.6010106@gmail.com> (raw)
In-Reply-To: <1239290825-11469-1-git-send-email-timur@freescale.com>
Timur Tabi wrote:
> Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526. CONFIG_ULI526X
> is used everywhere else, so that's the correct macro name. Without this fix,
> Ethernet will not work on the Freescale MPC8610 HPCD.
>
> Signed-off-by: Timur Tabi <timur@freescale.com>
> ---
> include/netdev.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/netdev.h b/include/netdev.h
> index 2794ddd..63cf730 100644
> --- a/include/netdev.h
> +++ b/include/netdev.h
> @@ -108,7 +108,7 @@ static inline int pci_eth_init(bd_t *bis)
> #if defined(CONFIG_RTL8169)
> num += rtl8169_initialize(bis);
> #endif
> -#if defined(CONFIG_ULI526)
> +#if defined(CONFIG_ULI526X)
> num += uli526x_initialize(bis);
> #endif
>
>
Sorry for having fat fingers. Applying to net repo for current release.
regards,
Ben
prev parent reply other threads:[~2009-04-20 4:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-09 15:27 [U-Boot] [PATCH] net: fix ULI 526x macro usage in netdev.h Timur Tabi
2009-04-20 4:11 ` Ben Warren [this message]
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=49EBF5FA.6010106@gmail.com \
--to=biggerbadderben@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.