projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c35d7cf
)
DM9000 init for pm9261
author
Ilko Iliev
<iliev@ronetix.at>
Sat, 5 Sep 2009 00:51:34 +0000
(
02:51
+0200)
committer
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Sat, 5 Sep 2009 00:58:42 +0000
(
02:58
+0200)
Signed-off-by: Ilko Iliev <iliev@ronetix.at>
board/ronetix/pm9261/pm9261.c
patch
|
blob
|
history
diff --git
a/board/ronetix/pm9261/pm9261.c
b/board/ronetix/pm9261/pm9261.c
index 46948546ae207ef9fe04286a77a363b3f2761f43..6915b9b2b3d6009007a651e65512525c68681fa3 100644
(file)
--- a/
board/ronetix/pm9261/pm9261.c
+++ b/
board/ronetix/pm9261/pm9261.c
@@
-250,6
+250,13
@@
int board_init(void)
return 0;
}
+#ifdef CONFIG_DRIVER_DM9000
+int board_eth_init(bd_t *bis)
+{
+ return dm9000_initialize(bis);
+}
+#endif
+
int dram_init(void)
{
gd->bd->bi_dram[0].start = PHYS_SDRAM;