Re: [U-Boot] [PATCH 07/32] nitrogen6x: Allow U-Boot to be silent on UART2

2014-10-06 Thread Eric Nelson
Thanks Stefano, On 10/06/2014 08:42 AM, Stefano Babic wrote: > Hi Eric, > > On 02/10/2014 21:16, Eric Nelson wrote: >> Several customers are using UART2 (normally the serial console >> for U-Boot) as connections to printers or other peripherals >> that are not tolerant of stray inputs during rese

Re: [U-Boot] [PATCH 07/32] nitrogen6x: Allow U-Boot to be silent on UART2

2014-10-06 Thread Stefano Babic
Hi Eric, On 02/10/2014 21:16, Eric Nelson wrote: > Several customers are using UART2 (normally the serial console > for U-Boot) as connections to printers or other peripherals > that are not tolerant of stray inputs during reset. > > Provide a simple way to eliminate output on the serial port > b

[U-Boot] [PATCH 07/32] nitrogen6x: Allow U-Boot to be silent on UART2

2014-10-02 Thread Eric Nelson
Several customers are using UART2 (normally the serial console for U-Boot) as connections to printers or other peripherals that are not tolerant of stray inputs during reset. Provide a simple way to eliminate output on the serial port by conditionally configuring these pads as GPIOs during U-Boot.