All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] omap2424:Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 as CONFIG_DRIVER_LAN91C96 is obsolete.
@ 2012-10-15 16:27 Ashok Kumar Reddy
  2012-10-22 21:05 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Ashok Kumar Reddy @ 2012-10-15 16:27 UTC (permalink / raw)
  To: u-boot

Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C9 as 
CONFIG_DRIVER_LAN91C96 is obsolete.

Signed-off-by: Ashok Kumar Reddy <ashokkourla2000@gmail.com>
---
  board/ti/omap2420h4/omap2420h4.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/ti/omap2420h4/omap2420h4.c 
b/board/ti/omap2420h4/omap2420h4.c
index a3983e3..188e4ac 100644
--- a/board/ti/omap2420h4/omap2420h4.c
+++ b/board/ti/omap2420h4/omap2420h4.c
@@ -153,7 +153,7 @@ void wait_for_command_complete(unsigned int wd_base)
   ******************************************************************/
  void ether_init (void)
  {
-#ifdef CONFIG_DRIVER_LAN91C96
+#ifdef CONFIG_LAN91C96
  	int cnt = 20;

  	__raw_writeb(0x3,OMAP2420_CTRL_BASE+0x10a); /*protect->gpio95 */
-- 
1.7.9.5

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

* [U-Boot] [PATCH] omap2424:Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 as CONFIG_DRIVER_LAN91C96 is obsolete.
  2012-10-15 16:27 [U-Boot] [PATCH] omap2424:Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 as CONFIG_DRIVER_LAN91C96 is obsolete Ashok Kumar Reddy
@ 2012-10-22 21:05 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2012-10-22 21:05 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 15, 2012 at 09:57:47PM +0530, Ashok Kumar Reddy wrote:

> Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C9 as
> CONFIG_DRIVER_LAN91C96 is obsolete.
> 
> Signed-off-by: Ashok Kumar Reddy <ashokkourla2000@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121022/7e43c0ea/attachment.pgp>

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

end of thread, other threads:[~2012-10-22 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-15 16:27 [U-Boot] [PATCH] omap2424:Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 as CONFIG_DRIVER_LAN91C96 is obsolete Ashok Kumar Reddy
2012-10-22 21:05 ` Tom Rini

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.