CPCI750 board support added

This commit is contained in:
stroese 2004-12-16 17:49:38 +00:00
parent 6bb992ba9d
commit 946c2185dd
1 changed files with 3 additions and 0 deletions

View File

@ -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