diff options
author | wdenk <wdenk> | 2003-06-15 22:40:42 (GMT) |
---|---|---|
committer | wdenk <wdenk> | 2003-06-15 22:40:42 (GMT) |
commit | 71f9511803de65a3b98d2f592d418da1d1539f13 (patch) | |
tree | 4be38a22fc4f588a80aa8cc350ecd5617a211389 /net | |
parent | 487778b781257831aa9b9140dd3c7ad4176e8314 (diff) | |
download | u-boot-71f9511803de65a3b98d2f592d418da1d1539f13.tar.xz |
* Fix CONFIG_NET_MULTI support in include/net.h
* Patches by Kyle Harris, 13 Mar 2003:
- Add FAT partition support
- Add command support for FAT
- Add command support for MMC
----
- Add Intel PXA support for video
- Add Intel PXA support for MMC
----
- Enable MMC and FAT for lubbock board
- Other misc changes for lubbock board
Diffstat (limited to 'net')
-rw-r--r-- | net/eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ int eth_initialize(bd_t *bis) eth_devices = NULL; eth_current = NULL; -#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP)) +#if defined(CONFIG_405GP) || defined(CONFIG_440) || defined(CONFIG_405EP) ppc_4xx_eth_initialize(bis); #endif #ifdef CONFIG_INCA_IP_SWITCH |