Re: [U-Boot] [PATCH 8/8] mop500: add board-specific files

2010-04-17 Thread Tom Rix
Rabin VINCENT wrote: > On Sun, Mar 28, 2010 at 07:49:15PM +0200, Tom wrote: >> Rabin Vincent wrote: >>> + /* UART2 */ >>> + nmk_gpio_af(29, GPIO_ALT_C); >>> + nmk_gpio_af(30, GPIO_ALT_C); >> Change these to immediates to logical #define's > > I've changed this in the other places you mention

Re: [U-Boot] [PATCH 8/8] mop500: add board-specific files

2010-04-09 Thread Wolfgang Denk
Dear Rabin VINCENT, In message <20100408134135.ga4...@bnru02.bnr.st.com> you wrote: > On Sun, Mar 28, 2010 at 07:49:15PM +0200, Tom wrote: > > Rabin Vincent wrote: > > > + /* UART2 */ > > > + nmk_gpio_af(29, GPIO_ALT_C); > > > + nmk_gpio_af(30, GPIO_ALT_C); > > > > Change these to immediates to l

Re: [U-Boot] [PATCH 8/8] mop500: add board-specific files

2010-04-08 Thread Rabin VINCENT
On Sun, Mar 28, 2010 at 07:49:15PM +0200, Tom wrote: > Rabin Vincent wrote: > > + /* UART2 */ > > + nmk_gpio_af(29, GPIO_ALT_C); > > + nmk_gpio_af(30, GPIO_ALT_C); > > Change these to immediates to logical #define's I've changed this in the other places you mentioned, but for these GPIOs, I

Re: [U-Boot] [PATCH 8/8] mop500: add board-specific files

2010-03-28 Thread Tom
Rabin Vincent wrote: > Add base board code for the MOP500 board, which uses the U8500 SoC. > > Acked-by: Michael Brandt > Tested-by: Michael Brandt > Signed-off-by: Rabin Vincent > --- > MAINTAINERS |4 ++ > MAKEALL |1 + MAINTAINERS and

[U-Boot] [PATCH 8/8] mop500: add board-specific files

2010-03-17 Thread Rabin Vincent
Add base board code for the MOP500 board, which uses the U8500 SoC. Acked-by: Michael Brandt Tested-by: Michael Brandt Signed-off-by: Rabin Vincent --- MAINTAINERS |4 ++ MAKEALL |1 + Makefile |3 + board/ste