Add mcffec_initialize()

Added mcffec_initialize() in eth_initialize()

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
TsiChungLiew 2007-07-05 23:29:21 -05:00 committed by John Rigby
parent 45a25bfd0c
commit 2870e98ac8

View File

@ -268,6 +268,9 @@ int eth_initialize(bd_t *bis)
#if defined(CONFIG_ATSTK1000)
atstk1000_eth_initialize(bis);
#endif
#if defined(CONFIG_MCFFEC)
mcffec_initialize(bis);
#endif
if (!eth_devices) {
puts ("No ethernet found.\n");