diff options
author | wdenk <wdenk> | 2005-05-16 15:23:22 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-05-16 15:23:22 +0000 |
commit | 7680c140af9cac62c834f30d2d3c1479723ced69 (patch) | |
tree | 5f315fe7db8e19fabd9034f6f8e44a0ba440b207 /net | |
parent | c01766307c1140955b71a9a842d742ee6478bd24 (diff) | |
download | u-boot-7680c140af9cac62c834f30d2d3c1479723ced69.tar.gz u-boot-7680c140af9cac62c834f30d2d3c1479723ced69.tar.xz u-boot-7680c140af9cac62c834f30d2d3c1479723ced69.zip |
Add PCI support for Sorcery board.
Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
Diffstat (limited to 'net')
-rw-r--r-- | net/eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ int eth_initialize(bd_t *bis) #if defined(CONFIG_MPC5xxx_FEC) mpc5xxx_fec_initialize(bis); #endif -#if defined(CONFIG_MPC8220) +#if defined(CONFIG_MPC8220_FEC) mpc8220_fec_initialize(bis); #endif #if defined(CONFIG_SK98) |