Re: [U-Boot] [PATCH] Devkit8000: Change console from ttyS2 to ttyO2

2011-09-23 Thread Paulraj, Sandeep
> > The omap serial names have changed from ttySx to ttyOx, > so the console should be also changed to support this. > > Signed-off-by: Thomas Weber > --- > include/configs/devkit8000.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/configs/devkit8000.h

[U-Boot] [PATCH] Devkit8000: Change console from ttyS2 to ttyO2

2011-09-19 Thread Thomas Weber
The omap serial names have changed from ttySx to ttyOx, so the console should be also changed to support this. Signed-off-by: Thomas Weber --- include/configs/devkit8000.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/devkit8000.h b/include/configs/dev