[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] Uartlite serial console no longer works



Hi all,

I've just done a fresh cvs checkout and now the UARTLITE isn't being used as
the serial console.

I see that "drivers/char/tty_io.c" has recently changed from
"#ifdef CONFIG_XILINX_UARTLITE_0_INSTANCE
        xmbrs_console_init();
#endif"
to
"#ifdef CONFIG_UARTLITE_SERIAL_CONSOLE
        xmbrs_console_init();
#endif"

However, I cannot get "CONFIG_UARTLITE_SERIAL_CONSOLE" defined in .config  
I have hard enabled this define in "drivers/char/tty_io.c" and things work
again.

I thought this might be caused by the "XILNX" typo in
http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/uClinux-2.4.x/arch/microblaze/config.in?rev=1.23;content-type=text%2Fplain
dep_bool    'Console on UARTLITE'  CONFIG_UARTLITE_SERIAL_CONSOLE
$CONFIG_XILNX_UARTLITE_0_INSTANCE

However, fixing this typo doesn't solve the problem and I've been unable to
figure out why the autoconfig mechanism isn't working properly.

Thanks.
Paul



___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/