Re: [U-Boot] [PATCH 2/2] Fixes the crippled console output on PortuxG20.

2012-09-04 Thread Andreas Bießmann
Dear Markus Hubig, On 16.08.2012 20:22, Markus Hubig wrote: In order to use the serial interface on the PortuxG20 we need to enable the level converter first by setting the PC9 pin to high. The level converter needs some time to settle so we have to use the mdelay() function to wait for some tim

[U-Boot] [PATCH 2/2] Fixes the crippled console output on PortuxG20.

2012-08-16 Thread Markus Hubig
In order to use the serial interface on the PortuxG20 we need to enable the level converter first by setting the PC9 pin to high. The level converter needs some time to settle so we have to use the mdelay() function to wait for some time. Unfortunately we have no timers available at board_early_ini