summaryrefslogtreecommitdiffstats
path: root/board/armltd
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-02-17 11:35:25 +0100
committerTom Rini <trini@konsulko.com>2015-03-05 20:49:42 -0500
commitb31f9d7a4aea23a8a9d007356a2b61e503e69daa (patch)
treea7ec3deb5c8ab3a5f65ef02271e467ec7f200d01 /board/armltd
parent1313db48e2b94e4791878fd0062aae2b8bafa785 (diff)
downloadblackbird-obmc-uboot-b31f9d7a4aea23a8a9d007356a2b61e503e69daa.tar.gz
blackbird-obmc-uboot-b31f9d7a4aea23a8a9d007356a2b61e503e69daa.zip
vexpress64: juno: support SMC9118 ethernet
This configures the Juno board to enable ethernet using the SMSC9118 ethernet controller found in the board. Tested by TFTP-booting a kernel over ethernet. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'board/armltd')
-rw-r--r--board/armltd/vexpress64/vexpress64.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/armltd/vexpress64/vexpress64.c b/board/armltd/vexpress64/vexpress64.c
index 58973185ec..20db81222e 100644
--- a/board/armltd/vexpress64/vexpress64.c
+++ b/board/armltd/vexpress64/vexpress64.c
@@ -143,5 +143,8 @@ int board_eth_init(bd_t *bis)
#ifdef CONFIG_SMC91111
rc = smc91111_initialize(0, CONFIG_SMC91111_BASE);
#endif
+#ifdef CONFIG_SMC911X
+ rc = smc911x_initialize(0, CONFIG_SMC911X_BASE);
+#endif
return rc;
}
OpenPOWER on IntegriCloud