Console Bug in linux-2.4.4 for sbc8260
Craig MacDonald
macdonldc at netscape.net
Sat Sep 22 07:12:43 EST 2001
I finally got linux to boot and display messages on
the serial console.
The problem was that in immap_8260.h
immap_t *immr;
was not extern and code in uart.c was getting a
garbage value for immr. I changed it to
extern immap_t *immr;
and I not receive console messages.
Best,
Craig MacDonald
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-embedded
mailing list