Re: [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Yegor Yefremov
Hi Albert, the serial device names have been changed from ttySx to ttyOx, so the console device name should be also changed to support the latest kernel versions. Signed-off-by: Yegor Yefremov --- >>> >>> This does not apply cleanly -- sorry, I should have pulled

Re: [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Albert ARIBAUD
Hi Yegor, Le 18/07/2011 09:32, Yegor Yefremov a écrit : > Hi Albert, > >>> the serial device names have been changed from ttySx to ttyOx, so the >>> console device name >>> should be also changed to support the latest kernel versions. >>> >>> Signed-off-by: Yegor Yefremov >>> >>> --- >> >> This do

Re: [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Yegor Yefremov
Hi Albert, >> the serial device names have been changed from ttySx to ttyOx, so the >> console device name >> should be also changed to support the latest kernel versions. >> >> Signed-off-by: Yegor Yefremov >> >> --- > > This does not apply cleanly -- sorry, I should have pulled this earlier. Can

Re: [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-07-17 Thread Albert ARIBAUD
Hi Yegor, Le 22/06/2011 10:33, Yegor Yefremov a écrit : > the serial device names have been changed from ttySx to ttyOx, so the > console device name > should be also changed to support the latest kernel versions. > > Signed-off-by: Yegor Yefremov > > --- This does not apply cleanly -- sorry, I s

[U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-06-22 Thread Yegor Yefremov
the serial device names have been changed from ttySx to ttyOx, so the console device name should be also changed to support the latest kernel versions. Signed-off-by: Yegor Yefremov --- include/configs/am3517_evm.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/include/confi