summaryrefslogtreecommitdiffstats
path: root/lib_arm
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-12-07 00:46:27 +0000
committerwdenk <wdenk>2003-12-07 00:46:27 +0000
commitef5a9672c778e22ecb522db625b5df78ea40ed23 (patch)
tree0989ff06a738c8185a074d7dadc1057f8a67b134 /lib_arm
parent5779d8d985d95104ad74332f5fa3cb6c67645509 (diff)
downloadblackbird-obmc-uboot-ef5a9672c778e22ecb522db625b5df78ea40ed23.tar.gz
blackbird-obmc-uboot-ef5a9672c778e22ecb522db625b5df78ea40ed23.zip
* 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
Diffstat (limited to 'lib_arm')
-rw-r--r--lib_arm/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c
index 16e1575ed5..cca708cfb2 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -54,6 +54,10 @@ const char version_string[] =
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
OpenPOWER on IntegriCloud