Skip to content
Snippets Groups Projects
Commit 2870e98a authored by TsiChung Liew's avatar TsiChung Liew Committed by John Rigby
Browse files

Add mcffec_initialize()


Added mcffec_initialize() in eth_initialize()

Signed-off-by: default avatarTsiChungLiew <Tsi-Chung.Liew@freescale.com>
parent 45a25bfd
Branches
Tags
No related merge requests found
...@@ -268,6 +268,9 @@ int eth_initialize(bd_t *bis) ...@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment