From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
Date: Wed, 2 Sep 2009 05:31:58 -0400 [thread overview]
Message-ID: <200909020531.59121.vapier@gentoo.org> (raw)
In-Reply-To: <1248731002-6054-1-git-send-email-biggerbadderben@gmail.com>
On Monday 27 July 2009 17:43:22 Ben Warren wrote:
> diff --git a/include/configs/blackstamp.h b/include/configs/blackstamp.h
> index 887f3fb..6c9b3e0 100644
> --- a/include/configs/blackstamp.h
> +++ b/include/configs/blackstamp.h
> @@ -30,7 +30,8 @@
> /*
> * Board settings
> */
> -#define CONFIG_DRIVER_SMC91111 1
> +#define CONFIG_NET_MULTI
> +#define CONFIG_SMC91111 1
> #define CONFIG_SMC91111_BASE 0x20300300
>
> /* FLASH/ETHERNET uses the same address range
change to this header is incomplete. it needs this additional change:
--- include/configs/blackstamp.h
+++ include/configs/blackstamp.h
@@ -70,7 +70,7 @@
* Network settings
*/
-#ifdef CONFIG_DRIVER_SMC91111
+#ifdef CONFIG_SMC91111
#define CONFIG_IPADDR 192.168.0.15
#define CONFIG_NETMASK 255.255.255.0
#define CONFIG_GATEWAYIP 192.168.0.1
@@ -109,7 +109,7 @@
#include <config_cmd_default.h>
-#ifdef CONFIG_DRIVER_SMC91111
+#ifdef CONFIG_SMC91111
# define CONFIG_CMD_DHCP
# define CONFIG_CMD_PING
#else
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090902/d65e28bd/attachment.pgp
next prev parent reply other threads:[~2009-09-02 9:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-27 21:43 [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API Ben Warren
2009-07-27 21:47 ` Ben Warren
2009-07-27 22:16 ` Robin Getz
2009-08-25 20:54 ` Ben Warren
2009-07-27 22:18 ` Robin Getz
2009-07-27 22:16 ` [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver toCONFIG_NET_MULTI API Robin Getz
2009-07-27 22:17 ` Ben Warren
2009-07-27 22:33 ` Robin Getz
2009-07-27 23:43 ` Mike Frysinger
2009-07-28 0:10 ` [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API Mike Frysinger
2009-09-02 9:31 ` Mike Frysinger [this message]
2009-09-11 10:06 ` Mike Frysinger
2009-09-10 22:10 ` Ben Warren
2009-09-16 2:37 ` [U-Boot] [PATCH] smc91111_eeprom: get working with net multi conversion Mike Frysinger
2009-09-22 20:46 ` Wolfgang Denk
2009-09-22 20:49 ` Ben Warren
2009-09-22 21:25 ` Mike Frysinger
2009-10-05 5:44 ` Ben Warren
2009-09-22 19:03 ` [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API Wolfgang Denk
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=200909020531.59121.vapier@gentoo.org \
--to=vapier@gentoo.org \
--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