From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] net: move bootfile/ipaddr init into eth_initialize
Date: Mon, 16 Jan 2012 10:28:25 +0800 [thread overview]
Message-ID: <4F138B49.2040809@wytron.com.tw> (raw)
In-Reply-To: <1326670329-18644-1-git-send-email-vapier@gentoo.org>
Hi Mike,
On 01/16/2012 07:32 AM, Mike Frysinger wrote:
> All arches init these variables the same way, so move the logic
> into the core net code to avoid duplicating it everywhere else.
>
> Signed-off-by: Mike Frysinger<vapier@gentoo.org>
> ---
> arch/arm/lib/board.c | 11 -----------
> arch/avr32/lib/board.c | 5 -----
> arch/blackfin/lib/board.c | 9 +--------
> arch/m68k/lib/board.c | 14 --------------
> arch/microblaze/lib/board.c | 7 -------
> arch/mips/lib/board.c | 11 -----------
> arch/nds32/lib/board.c | 9 ---------
> arch/nios2/lib/board.c | 2 --
> arch/powerpc/lib/board.c | 11 -----------
> arch/sandbox/lib/board.c | 3 ---
> arch/sh/lib/board.c | 22 ++--------------------
> arch/sparc/lib/board.c | 7 -------
> arch/x86/lib/board.c | 12 ------------
> net/eth.c | 12 ++++++++++++
> 14 files changed, 15 insertions(+), 120 deletions(-)
Tested on nios2 boards.
Tested-by: Thomas Chou <thomas@wytron.com.tw>
Best regards,
Thomas
next prev parent reply other threads:[~2012-01-16 2:28 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-15 23:32 [U-Boot] [PATCH] net: move bootfile/ipaddr init into eth_initialize Mike Frysinger
2012-01-16 2:28 ` Thomas Chou [this message]
2012-01-16 8:03 ` Wolfgang Denk
2012-01-16 10:05 ` Mike Frysinger
2012-01-16 11:18 ` Wolfgang Denk
2012-01-16 19:59 ` Mike Frysinger
2012-01-17 2:10 ` [U-Boot] [PATCH 1/2] net: punt bd->bi_ip_addr Mike Frysinger
2012-01-17 2:10 ` [U-Boot] [PATCH 2/2] net: move bootfile init into eth_initialize Mike Frysinger
2012-04-04 14:22 ` Joe Hershberger
2012-04-04 14:21 ` [U-Boot] [PATCH 1/2] net: punt bd->bi_ip_addr Joe Hershberger
2012-04-05 4:53 ` [U-Boot] [PATCH 1/2 v2] " Mike Frysinger
2012-04-05 4:53 ` [U-Boot] [PATCH 2/2 v2] net: move bootfile init into eth_initialize Mike Frysinger
2012-05-15 23:01 ` Joe Hershberger
2012-05-15 23:00 ` [U-Boot] [PATCH 1/2 v2] net: punt bd->bi_ip_addr Joe Hershberger
2012-05-21 7:13 ` [U-Boot] [PATCH] Fix cmd_nvedit.c: warning: unused variable 'bd' Wolfgang Denk
2012-05-21 20:49 ` Joe Hershberger
2012-05-21 21:55 ` Wolfgang Denk
2012-05-21 21:56 ` Joe Hershberger
2012-05-21 22:01 ` Wolfgang Denk
2012-05-21 22:02 ` Joe Hershberger
2012-08-27 19:29 ` [U-Boot] [PATCH 1/2 v2] net: punt bd->bi_ip_addr Anatolij Gustschin
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=4F138B49.2040809@wytron.com.tw \
--to=thomas@wytron.com.tw \
--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.