[U-Boot] [U-boot-file] arch/powerpc/cpu/mpc85xx/p1013_serdes.c is missing
Kumar Gala
galak at kernel.crashing.org
Fri Feb 4 19:48:31 CET 2011
On Feb 4, 2011, at 11:30 AM, Renaud Barbier wrote:
> just noticed the following:
>
> The object file p1013_serdes.o is referenced in the
> file arch/powerpc/cpu/mpc85xx/Makefile:
> COBJS-$(CONFIG_P1013) += p1013_serdes.o
>
> However, the source code is not found in the directory.
I'll fix it, it should be
COBJS-$(CONFIG_P1013) += p1022_serdes.o
(p1013 is single core version of p1022)
- k
More information about the U-Boot
mailing list