| Submitter | Vipin Kumar |
|---|---|
| Date | Nov. 2, 2012, 5:39 p.m. |
| Message ID | <8b393c1453cb183b898d7af0da9916385cf3e04d.1351877331.git.vipin.kumar@st.com> |
| Download | mbox | patch |
| Permalink | /patch/196694/ |
| State | New |
| Delegated to: | Vipin Kumar |
| Headers | show |
Comments
Patch
diff --git a/board/st/spear/spear320plc.c b/board/st/spear/spear320plc.c index 84185a5..5a79eb6 100644 --- a/board/st/spear/spear320plc.c +++ b/board/st/spear/spear320plc.c @@ -116,8 +116,8 @@ int board_eth_init(bd_t *bis) ret++; #endif #if defined(CONFIG_MACB) - if (macb_eth_initialize(0, (void *)CONFIG_SYS_MACB0_BASE, - CONFIG_MACB0_PHY) >= 0) + if (macb_eth_initialize(1, (void *)CONFIG_SYS_MACB1_BASE, + CONFIG_MACB1_PHY) >= 0) ret++; #endif return ret;