diff options
author | Po-Yu Chuang <ratbert@faraday-tech.com> | 2009-08-10 11:00:00 +0800 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-08-10 14:53:52 -0700 |
commit | 750326e5d540885e3ec36bda9464b8269249f6ce (patch) | |
tree | 1828537a7856a37fedf35a3fa05143041c00f3d4 /include/netdev.h | |
parent | eb1a4d0a471505c169bef19a73a60f8641f0b875 (diff) | |
download | u-boot-imx-750326e5d540885e3ec36bda9464b8269249f6ce.zip u-boot-imx-750326e5d540885e3ec36bda9464b8269249f6ce.tar.gz u-boot-imx-750326e5d540885e3ec36bda9464b8269249f6ce.tar.bz2 |
arm: A320: driver for FTMAC100 ethernet controller
This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board.
Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/netdev.h')
-rw-r--r-- | include/netdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netdev.h b/include/netdev.h index 3e66586..50329a3 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -51,6 +51,7 @@ int eepro100_initialize(bd_t *bis); int eth_3com_initialize (bd_t * bis); int fec_initialize (bd_t *bis); int fecmxc_initialize (bd_t *bis); +int ftmac100_initialize(bd_t *bits); int greth_initialize(bd_t *bis); void gt6426x_eth_initialize(bd_t *bis); int inca_switch_initialize(bd_t *bis); |