|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
* (C) Copyright 2002
|
|
* (C) Copyright 2002
|
|
- * Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
|
|
|
|
|
+ * Daniel Engstr�m, Omicron Ceti AB, daniel@omicron.se
|
|
*
|
|
*
|
|
* (C) Copyright 2002
|
|
* (C) Copyright 2002
|
|
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
@@ -39,6 +39,10 @@
|
|
#include <ide.h>
|
|
#include <ide.h>
|
|
#include <asm/u-boot-i386.h>
|
|
#include <asm/u-boot-i386.h>
|
|
|
|
|
|
|
|
+#ifdef CONFIG_BITBANGMII
|
|
|
|
+#include <miiphy.h>
|
|
|
|
+#endif
|
|
|
|
+
|
|
DECLARE_GLOBAL_DATA_PTR;
|
|
DECLARE_GLOBAL_DATA_PTR;
|
|
|
|
|
|
extern long _i386boot_start;
|
|
extern long _i386boot_start;
|
|
@@ -351,6 +355,9 @@ void start_i386boot (void)
|
|
doc_init();
|
|
doc_init();
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifdef CONFIG_BITBANGMII
|
|
|
|
+ bb_miiphy_init();
|
|
|
|
+#endif
|
|
#if defined(CONFIG_CMD_NET)
|
|
#if defined(CONFIG_CMD_NET)
|
|
#if defined(CONFIG_NET_MULTI)
|
|
#if defined(CONFIG_NET_MULTI)
|
|
WATCHDOG_RESET();
|
|
WATCHDOG_RESET();
|