
18 Mar
2010
18 Mar
'10
12:31 p.m.
On Thu, Mar 18, 2010 at 12:33 PM, Valentin Ecker valentin.ecker.dev@gmail.com wrote: ...
While board initialization, serial_init() gets called, which calls the driver specific (hardware, etc...) init stuff. The default is that the default serial (in my case the SoC ns16550 ) will be initialized. So my extra serial port stays uninitialized because it's not default.
Did you add the CONFIG_SYS_NS16550_COM2 in your board configuration file?