diff options
author | stroese <stroese> | 2003-06-06 09:43:42 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-06-06 09:43:42 +0000 |
commit | e58dc1328368687865af82827642d50b6b10d89a (patch) | |
tree | ab7583b17ee0021929ba0d32fa793635285e3204 /net | |
parent | a3ed3996cdb9fca78329f6aca62d235263b7da90 (diff) | |
download | u-boot-e58dc1328368687865af82827642d50b6b10d89a.zip u-boot-e58dc1328368687865af82827642d50b6b10d89a.tar.gz u-boot-e58dc1328368687865af82827642d50b6b10d89a.tar.bz2 |
- Fix compile bug (PPC4xx).
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 |