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/



Reply via email to