Re: [U-Boot] [PATCH] TRATS: Fix uart gpio config

2012-01-26 Thread Minkyu Kang
Dear Chander Kashyap, On 25 January 2012 14:25, Chander Kashyap wrote: > It updates the missing gpio configuration of UART port. > > Signed-off-by: Chander Kashyap > Cc: HeungJun, Kim > --- >  board/samsung/trats/trats.c |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) > > diff -

Re: [U-Boot] [PATCH] TRATS: Fix uart gpio config

2012-01-25 Thread Marek Vasut
> It updates the missing gpio configuration of UART port. > > Signed-off-by: Chander Kashyap > Cc: HeungJun, Kim > --- > board/samsung/trats/trats.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c > inde

[U-Boot] [PATCH] TRATS: Fix uart gpio config

2012-01-24 Thread Chander Kashyap
It updates the missing gpio configuration of UART port. Signed-off-by: Chander Kashyap Cc: HeungJun, Kim --- board/samsung/trats/trats.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c index f795ff0..4c9773d 1