Re: [U-Boot] [PATCH 3/3] edb93xx: enable the uart in devicecfg register

2010-02-07 Thread Tom
Matthias Kaehlcke wrote: > Hi Alessandro, > > El Sat, Feb 06, 2010 at 08:54:05PM +0100 Alessandro Rubini ha dit: > >> printf goes to uart1, but it will block forever waiting for >> busy to go off unless the uart is enabled first. >> >> Signed-off-by: Alessandro Rubini >> --- >> board/edb93xx/ed

Re: [U-Boot] [PATCH 3/3] edb93xx: enable the uart in devicecfg register

2010-02-06 Thread Matthias Kaehlcke
Hi Alessandro, El Sat, Feb 06, 2010 at 08:54:05PM +0100 Alessandro Rubini ha dit: > printf goes to uart1, but it will block forever waiting for > busy to go off unless the uart is enabled first. > > Signed-off-by: Alessandro Rubini > --- > board/edb93xx/edb93xx.c |6 ++ > 1 files chang

[U-Boot] [PATCH 3/3] edb93xx: enable the uart in devicecfg register

2010-02-06 Thread Alessandro Rubini
printf goes to uart1, but it will block forever waiting for busy to go off unless the uart is enabled first. Signed-off-by: Alessandro Rubini --- board/edb93xx/edb93xx.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/board/edb93xx/edb93xx.c b/board/edb93xx/edb93xx.