[U-Boot-Users] Missing tsec.c in cpu/mpc85xx ???

I have a problem with a missing file.
On August 10th I downloaded the latest copy of U-Boot from CVS.
I found that when trying to make for an 8540 based board, I received an error from the linker that
cpu/mpc85xx/tsec.o
was missing.
I checked the CVS repository via the Web on the SourceForge site today and confirmed that
tsec.c
is no longer in the
cpu/mpc85xx/
directory - but exists in
drivers/
instead.
On checking my previous downloads (Apr 11th and June 15th) I see that the file tsec.c existed in
cpu/mpc85xx.
Obviously, modifying the cpu/mpc85xx/Makefile to remove tsec.o from the COBJS list fixed the problem.
I want to check with the rest of the list though to see if this is maybe a symptom of something more serious that I have done wrong. Maybe it was indeed just a simple bug - hopefully!
Charles.
--------------------------------------------------------------------------- Dr Charles J Gillan The Institute of Electronics, Communications and Information Technology (ECIT), Queen's University Belfast, Titanic Quarter Queens Road, Queens Island, Belfast, BT3 9DT Northern Ireland, UK Tel: +44 (0) 2890 971847 Fax: +44 (0) 2890 971702 ---------------------------------------------------------------------------

In message E1E3ZCj-0001WB-8O@mail.sourceforge.net you wrote:
I have a problem with a missing file.
It's not missing.
On August 10th I downloaded the latest copy of U-Boot from CVS.
How did you do that? Did you run "cvs update -d -P" ?
On checking my previous downloads (Apr 11th and June 15th) I see that the file tsec.c existed in
cpu/mpc85xx.
As you noticed, the file was moved with this patch: http://source.denx.net/cgi-bin/gitweb.cgi?p=u-boot.git;a=commit;h=63be111e72...
Obviously, modifying the cpu/mpc85xx/Makefile to remove tsec.o from the COBJS list fixed the problem.
There is no reference to tsec.[co] in the current version of the Makefile. You must be running old code.
Best regards,
Wolfgang Denk
participants (2)
-
Charles J Gillan
-
Wolfgang Denk