aboutsummaryrefslogtreecommitdiff
path: root/board/ti
diff options
context:
space:
mode:
authorAshok <ashokkourla2000@gmail.com>2012-10-15 06:27:47 +0000
committerTom Rini <trini@ti.com>2012-10-22 08:31:57 -0700
commit860bde3fee3092bc27d69f139a574f1a8377cc3a (patch)
tree27fb38c8a3c6dda1174b6d6728dc9c2d64d319eb /board/ti
parent3bb46d23f2f9b7afcd54e7d7cc35a519eb03d71e (diff)
omap2424:Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 as CONFIG_DRIVER_LAN91C96 is obsolete.
Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C9 as CONFIG_DRIVER_LAN91C96 is obsolete. Signed-off-by: Ashok Kumar Reddy <ashokkourla2000@gmail.com>
Diffstat (limited to 'board/ti')
-rw-r--r--board/ti/omap2420h4/omap2420h4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/omap2420h4/omap2420h4.c b/board/ti/omap2420h4/omap2420h4.c
index a3983e376..188e4acc0 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 */