Hi Friends,
I am trying to understand how console hand over option is enabled in kernel configuration. On my kernel default configuration, console is handed over to LCD diaplay from serial console. How do i enable console on both devices (serial & LCD )? is there any CONFIG value to be enabled ?
The following flag in kernel/printk.c disables the serial console on my platform kernel
if (bootconsole && (console->flags & CON_CONSDEV))
thanks,
Shankar