summaryrefslogtreecommitdiff
path: root/lib_arm/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_arm/board.c')
-rw-r--r--lib_arm/board.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c
index 7d2cab61d5..a62a25038e 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -369,6 +369,9 @@ void start_armboot (void)
if (1) {
fetch_production_data(); // Extract production data
board_get_nth_enetaddr(gd->bd->bi_enetaddr, 0);
+#ifdef CONFIG_HAS_ETH1
+ board_get_nth_enetaddr(gd->bd->bi_enet1addr, 1);
+#endif
} else
#endif
{