mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
CPCI750 board support added
This commit is contained in:
parent
6bb992ba9d
commit
946c2185dd
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,9 @@ int eth_initialize(bd_t *bis)
|
||||||
#ifdef CONFIG_DB64360
|
#ifdef CONFIG_DB64360
|
||||||
mv6436x_eth_initialize(bis);
|
mv6436x_eth_initialize(bis);
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_CPCI750
|
||||||
|
mv6436x_eth_initialize(bis);
|
||||||
|
#endif
|
||||||
#ifdef CONFIG_DB64460
|
#ifdef CONFIG_DB64460
|
||||||
mv6446x_eth_initialize(bis);
|
mv6446x_eth_initialize(bis);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue