summaryrefslogtreecommitdiffstats
path: root/board/technexion/twister/twister.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/technexion/twister/twister.c')
-rw-r--r--board/technexion/twister/twister.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/technexion/twister/twister.c b/board/technexion/twister/twister.c
index c2b10ac1ea..7429e934fd 100644
--- a/board/technexion/twister/twister.c
+++ b/board/technexion/twister/twister.c
@@ -100,8 +100,18 @@ int board_init(void)
int misc_init_r(void)
{
+ char *eth_addr;
+
dieid_num_r();
+ eth_addr = getenv("ethaddr");
+ if (eth_addr)
+ return 0;
+
+#ifndef CONFIG_SPL_BUILD
+ TAM3517_READ_MAC_FROM_EEPROM;
+#endif
+
return 0;
}
OpenPOWER on IntegriCloud