summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:19 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:19 +0200
commitb369b556dbc28011704a9dfca770bd2116524cd2 (patch)
treea99477c21193823df645081792e493683b704031 /board
parenteff52b8645c786a0b42fbc247ef39452f5b88866 (diff)
downloadbarebox-b369b556dbc28011704a9dfca770bd2116524cd2.tar.gz
barebox-b369b556dbc28011704a9dfca770bd2116524cd2.tar.xz
svn_rev_072
needs update
Diffstat (limited to 'board')
-rw-r--r--board/eco920/eco920.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/eco920/eco920.c b/board/eco920/eco920.c
index e661c68ccf..f55daf45e5 100644
--- a/board/eco920/eco920.c
+++ b/board/eco920/eco920.c
@@ -60,6 +60,7 @@ static unsigned int phy_is_connected (AT91PS_EMAC p_mac)
return 1;
}
+#if 0
static unsigned char phy_init_bogus (AT91PS_EMAC p_mac)
{
unsigned short val;
@@ -139,7 +140,7 @@ void at91rm9200_GetPhyInterface(AT91PS_PhyOps p_phyops)
p_phyops->AutoNegotiate = NULL;
}
-#if 0
+
static int *efb_init(struct efb_info *efb)
{
writeb(GPIO_CONTROL0_GPO, efb->regs + EFB_GPIO_CONTROL1);