On Fri, Feb 15, 2008 at 06:05:36PM -0800, Bizhan Gholikhamseh (bgholikh) wrote: > Hi > Our platform is based on mpc8541cds, I am using Linux 2.6.24 from > powerpc git tree. > I tried to compile the kernel to include the fcc Ethernet controller and > I got the following > linker errors: > GEN .version > CHK include/linux/compile.h > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > > arch/powerpc/sysdev/built-in.o: In function `fs_enet_of_init': > arch/powerpc/sysdev/fsl_soc.c:853: undefined reference to > `init_fcc_ioports' > arch/powerpc/sysdev/fsl_soc.c:853: undefined reference to > `init_fcc_ioports'
You need to select PPC_CPM_NEW_BINDING from your board's kconfig entry (and make sure you comply with the new CPM bindings, and that all pins are set up by firmware or platform code). -Scott _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
