* Patch by Xue Ligong (Joe), 13 Nov 2003:
  add Realtek 8019 ethernet driver

* Patch by Yuli Barcohen, 13 Nov 2003:
  MPC826xADS/PQ2FADS  cleanup

* Patch by Anders Larsen, 12 Nov 2003:
  Update README to mark the PORTIO commands non-standard
diff --git a/lib_arm/board.c b/lib_arm/board.c
index 16e1575..cca708c 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -54,6 +54,10 @@
 extern void cs8900_get_enetaddr (uchar * addr);
 #endif
 
+#ifdef CONFIG_DRIVER_CS8900
+extern void rtl8019_get_enetaddr (uchar * addr);
+#endif
+
 #ifdef CONFIG_DRIVER_LAN91C96
 #include "../drivers/lan91c96.h"
 #endif