]> git.sur5r.net Git - u-boot/blobdiff - drivers/misc/ali512x.c
FEC: Add timeout for chip reset
[u-boot] / drivers / misc / ali512x.c
index 90b45d98b8cc65886cce63ba24a3267199ea02fb..39a2a6f8cb9bd1cd405f740c1d0ae0538aadb7b4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2002
- * Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
+ * Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
 
 #include <config.h>
 
-#ifdef CONFIG_ALI152X
-
 #include <common.h>
 #include <asm/io.h>
-#include <asm/ic/ali512x.h>
+#include <ali512x.h>
 
 
 /* ALI M5123 Logical device numbers:
@@ -418,6 +416,3 @@ int ali512x_cio_in(int pin)
 
        return data & bit;
 }
-
-
-#endif