summaryrefslogtreecommitdiffstats
path: root/board/BuS/eb_cpux9k2/cpux9k2.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/BuS/eb_cpux9k2/cpux9k2.c')
-rw-r--r--board/BuS/eb_cpux9k2/cpux9k2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/BuS/eb_cpux9k2/cpux9k2.c b/board/BuS/eb_cpux9k2/cpux9k2.c
index 856d798a31..54f9b64389 100644
--- a/board/BuS/eb_cpux9k2/cpux9k2.c
+++ b/board/BuS/eb_cpux9k2/cpux9k2.c
@@ -93,7 +93,6 @@ int misc_init_r(void)
uchar midx;
uchar macn6, macn7;
-#ifdef CONFIG_NET_MULTI
if (getenv("ethaddr") == NULL) {
if (i2c_read(CONFIG_SYS_I2C_EEPROM_ADDR, 0x00,
CONFIG_SYS_I2C_EEPROM_ADDR_LEN,
@@ -117,7 +116,6 @@ int misc_init_r(void)
puts("Error: invalid MAC at EEPROM\n");
}
}
-#endif
gd->jt[XF_do_reset] = (void *) do_reset;
#ifdef CONFIG_STATUS_LED
OpenPOWER on IntegriCloud