[U-Boot-Users] problems using TSEC Ethernet without CONFIG_NET_MULTI

Michael michaelzwrk at gmail.com
Wed Feb 14 14:13:37 CET 2007


Hi all.
I have a question on using TSEC Ethernet on a board with a MPC8541.
I don't use CPM2 and FCC.
I use only one TSEC for management.
Since I only enable one TSEC, I #undef-ed the CONFIG_NET_MULTI flag.
But then I couldn't use all the functions under eth.c, since its all under
#if (CONFIG_COMMANDS & CFG_CMD_NET) && defined(CONFIG_NET_MULTI).
What is the justification for CONFIG_NET_MULTI there?
Should I just remove it, or I am supposed to have some other
replacement for the Ethernet access that I miss?

Thanks a lot.




More information about the U-Boot mailing list