Re: [U-Boot] [PATCH 1/7] M28: Fix LCD PINMUX

2012-03-03 Thread Stefano Babic
On 26/02/2012 23:15, Marek Vasut wrote: > The LCD pins configuration was wrong in U-Boot, configure pins properly. > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Detlev Zundel > Cc: Stefano Babic > Cc: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

[U-Boot] [PATCH 1/7] M28: Fix LCD PINMUX

2012-02-26 Thread Marek Vasut
The LCD pins configuration was wrong in U-Boot, configure pins properly. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Detlev Zundel Cc: Stefano Babic Cc: Fabio Estevam --- board/denx/m28evk/spl_boot.c | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/boar