summaryrefslogtreecommitdiff
path: root/lib_arm
diff options
context:
space:
mode:
authorScott Sweeny <scott.sweeny@timesys.com>2009-05-04 09:51:12 -0400
committerScott Sweeny <scott.sweeny@timesys.com>2009-05-04 09:51:12 -0400
commit2e260111442aee058e68541fe3c6f938d1174f8e (patch)
tree12a3ea67b730b4c96eb495932951568a4b42e35f /lib_arm
parent56829283f4cd2bde16116a474cac1156c9761477 (diff)
Use separate header file for product ID data.
This patch originally from LogicPD OMAP35x Release 1.5.0 Original Patch Name: u-boot-1.1.4-omap3430-lv-som-29-product-id.patch
Diffstat (limited to 'lib_arm')
-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
{