]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/common.h
Patch by Travis Sawyer, 30 Dec 2003:
[people/ms/u-boot.git] / include / common.h
index c04a9d376755cd6b37cf377fa8e55dfe876062ff..fed04a9a73feba8d2d8cb80ef4d6c49debeddc40 100644 (file)
@@ -266,7 +266,8 @@ void        board_serial_init (void);
 void   board_ether_init (void);
 #endif
 
-#if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_MBX) || defined(CONFIG_IAD210)
+#if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_MBX) || \
+    defined(CONFIG_IAD210)     || defined(CONFIG_XPEDITE1K)
 void   board_get_enetaddr (uchar *addr);
 #endif