Re: [U-Boot] [PATCH] mx25: Make the UART port number explicit in its setup function

2011-03-02 Thread Stefano Babic
On 03/02/2011 04:19 PM, Fabio Estevam wrote: > I was working on adding MX25PDK support and I think that that the > UART reference should be explicit, as different boards can boot from > different UART ports. I have applied your patch to u-boot-imx, next branch. Maybe it is easier to you to use it

Re: [U-Boot] [PATCH] mx25: Make the UART port number explicit in its setup function

2011-03-02 Thread Fabio Estevam
On 3/2/2011 6:15 AM, Stefano Babic wrote: ... > As I do not see any fix for the current release, I have not yet merged > it into u-boot-imx and I will do it when the window is open again. I > imagine your patch is an introduction for further patches, where more as > one uart is used, right ? Should

Re: [U-Boot] [PATCH] mx25: Make the UART port number explicit in its setup function

2011-03-02 Thread Stefano Babic
On 03/02/2011 02:31 AM, Estevam Fabio-R49496 wrote: > Hi Stefano, > Hi Fabio, > Ping? As I do not see any fix for the current release, I have not yet merged it into u-boot-imx and I will do it when the window is open again. I imagine your patch is an introduction for further patches, where more

Re: [U-Boot] [PATCH] mx25: Make the UART port number explicit in its setup function

2011-03-01 Thread Estevam Fabio-R49496
Hi Stefano, Ping? Regards, Fabio Estevam -Original Message- From: Estevam Fabio-R49496 Sent: Thursday, February 17, 2011 5:50 PM To: u-boot@lists.denx.de Cc: sba...@denx.de; Estevam Fabio-R49496 Subject: [PATCH] mx25: Make the UART port number explicit in its setup function Signed-off

[U-Boot] [PATCH] mx25: Make the UART port number explicit in its setup function

2011-02-17 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm926ejs/mx25/generic.c |2 +- board/karo/tx25/tx25.c|4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx25/generic.c b/arch/arm/cpu/arm926ejs/mx25/generic.c index c6e1146..150eb69