diff options
author | Matt Porter <mporter@ti.com> | 2013-03-20 05:38:14 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-05-10 08:25:54 -0400 |
commit | cd87464d0873d2db920e6b712ef34e9c83cfe5e6 (patch) | |
tree | 057a3eaf119d541708b0aea9371a2d805839195a /board/ti/ti814x/evm.h | |
parent | f485c8a35b38356a473208bec5ed786792c1eafe (diff) | |
download | u-boot-cd87464d0873d2db920e6b712ef34e9c83cfe5e6.tar.gz |
ti814x_evm: enable CPSW support
Adds CPSW support to the TI814X EVM configured with
an ET1011C PHY in GMII mode.
Signed-off-by: Matt Porter <mporter@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/ti/ti814x/evm.h')
-rw-r--r-- | board/ti/ti814x/evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/ti814x/evm.h b/board/ti/ti814x/evm.h index 40f8710c89..6aebec62d4 100644 --- a/board/ti/ti814x/evm.h +++ b/board/ti/ti814x/evm.h @@ -3,5 +3,6 @@ void enable_uart0_pin_mux(void); void enable_mmc1_pin_mux(void); +void enable_enet_pin_mux(void); #endif /* _EVM_H */ |