mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-15 06:55:17 -04:00
CPCI750 board support added
This commit is contained in:
parent
6bb992ba9d
commit
946c2185dd
@ -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…
x
Reference in New Issue
Block a user