Add mcffec_initialize()
Added mcffec_initialize() in eth_initialize() Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
parent
45a25bfd0c
commit
2870e98ac8
|
|
@ -268,6 +268,9 @@ int eth_initialize(bd_t *bis)
|
||||||
#if defined(CONFIG_ATSTK1000)
|
#if defined(CONFIG_ATSTK1000)
|
||||||
atstk1000_eth_initialize(bis);
|
atstk1000_eth_initialize(bis);
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(CONFIG_MCFFEC)
|
||||||
|
mcffec_initialize(bis);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!eth_devices) {
|
if (!eth_devices) {
|
||||||
puts ("No ethernet found.\n");
|
puts ("No ethernet found.\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue