Re: [U-Boot] [PATCH v7 02/13] Set up stdio earlier when using driver model

2014-09-21 Thread Simon Glass
On 3 September 2014 17:37, Simon Glass wrote: > Since driver model registers itself with the stdio subsystem, and we > want to avoid delayed registration and other complexity associated with > the current serial console, move the stdio subsystem init earlier when > driver model is used for serial.

[U-Boot] [PATCH v7 02/13] Set up stdio earlier when using driver model

2014-09-03 Thread Simon Glass
Since driver model registers itself with the stdio subsystem, and we want to avoid delayed registration and other complexity associated with the current serial console, move the stdio subsystem init earlier when driver model is used for serial. This simplifies the implementation. Should there be a