]> git.sur5r.net Git - u-boot/blobdiff - board/esd/adciop/adciop.c
Merge branch 'master' of git://git.denx.de/u-boot-ti
[u-boot] / board / esd / adciop / adciop.c
index 0f655b78a5f0e79d99df92f216d842855df67e02..8e007856be0485d2ddbf264d93f6709f95c0c4b5 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include <common.h>
+#include <netdev.h>
 #include "adciop.h"
 
 /* ------------------------------------------------------------------------- */
@@ -61,7 +62,7 @@ int board_early_init_f (void)
 int checkboard (void)
 {
        char str[64];
-       int i = getenv_("serial#", str, sizeof (str));
+       int i = getenv_f("serial#", str, sizeof (str));
 
        puts ("Board: ");
 
@@ -95,3 +96,8 @@ int testdram (void)
 }
 
 /* ------------------------------------------------------------------------- */
+
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}