summaryrefslogtreecommitdiffstats
path: root/lib_ppc
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 /lib_ppc
parentd7762337cbc8293b259218b4a804dc626e257a4a (diff)
parent4707fb50cc9f815996be5f2e5a8660de852b2c37 (diff)
downloadblackbird-obmc-uboot-82165a334bae49abaa4def00c71e9a08d9be83a1.tar.gz
blackbird-obmc-uboot-82165a334bae49abaa4def00c71e9a08d9be83a1.zip
Merge with /home/tur/proj/051_uboot_linux_v38b/u-boot
Diffstat (limited to 'lib_ppc')
-rw-r--r--lib_ppc/board.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index cf0e3fdf4b..3e401bead0 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2000-2004
+ * (C) Copyright 2000-2006
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
@@ -805,7 +805,10 @@ void board_init_r (gd_t *id, ulong dest_addr)
#endif /* CFG_EXTBDINFO */
s = getenv ("ethaddr");
-#if defined (CONFIG_MBX) || defined (CONFIG_RPXCLASSIC) || defined(CONFIG_IAD210)
+#if defined (CONFIG_MBX) || \
+ defined (CONFIG_RPXCLASSIC) || \
+ defined(CONFIG_IAD210) || \
+ defined(CONFIG_V38B)
if (s == NULL)
board_get_enetaddr (bd->bi_enetaddr);
else
OpenPOWER on IntegriCloud