On 12 Feb 2003, Eric W. Biederman wrote:
Yes but in different binaries. c_start.S and crt0.S should never be linked together.
agreed. But they seem to be ending up in linuxbios.a, and that's part of the problem.
There is one binary that is all of the code before ram is initialized. And another that is code after ram is initialized.
understood.
How? What links them together?
the makefile.
I need to see what the real problem that is linking together two different binaries before I can give a good suggestion.
This will happen for the ms7308 mainboards if SERIAL_POST is defined.
ron