summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-18 22:27:57 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-10-18 22:27:57 +0200
commit82165a334bae49abaa4def00c71e9a08d9be83a1 (patch)
treeec09708d9361cc67b05553e41408bdda73ba52dc /include/common.h
parentd7762337cbc8293b259218b4a804dc626e257a4a (diff)
parent4707fb50cc9f815996be5f2e5a8660de852b2c37 (diff)
Merge with /home/tur/proj/051_uboot_linux_v38b/u-boot
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index a873fa99b7..af1251c6ee 100644
--- a/include/common.h
+++ b/include/common.h
@@ -313,7 +313,8 @@ void board_ether_init (void);
#if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_MBX) || \
defined(CONFIG_IAD210) || defined(CONFIG_XPEDITE1K) || \
- defined(CONFIG_METROBOX) || defined(CONFIG_KAREF)
+ defined(CONFIG_METROBOX) || defined(CONFIG_KAREF) || \
+ defined(CONFIG_V38B)
void board_get_enetaddr (uchar *addr);
#endif