diff options
author | stroese <stroese> | 2004-12-16 17:49:38 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 17:49:38 +0000 |
commit | 946c2185dd4fbfe82f342ed035fd1f24f363c5de (patch) | |
tree | 5a9eabf883c944cece34aa7b895cebc113203840 /net/eth.c | |
parent | 6bb992ba9d612370c076ab80ba29ac12f97da125 (diff) | |
download | u-boot-imx-946c2185dd4fbfe82f342ed035fd1f24f363c5de.zip u-boot-imx-946c2185dd4fbfe82f342ed035fd1f24f363c5de.tar.gz u-boot-imx-946c2185dd4fbfe82f342ed035fd1f24f363c5de.tar.bz2 |
CPCI750 board support added
Diffstat (limited to 'net/eth.c')
-rw-r--r-- | net/eth.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -120,6 +120,9 @@ int eth_initialize(bd_t *bis) #ifdef CONFIG_DB64360 mv6436x_eth_initialize(bis); #endif +#ifdef CONFIG_CPCI750 + mv6436x_eth_initialize(bis); +#endif #ifdef CONFIG_DB64460 mv6446x_eth_initialize(bis); #endif |