diff mbox

[U-Boot,2/7] M28: Support for the old M28 SoM v1.0

Message ID 1330294507-6463-3-git-send-email-marex@denx.de
State Accepted
Commit af335c579ff70e1862efb7ab614fce1fd3f96667
Delegated to: Stefano Babic
Headers show

Commit Message

Marek Vasut Feb. 26, 2012, 10:15 p.m. UTC
This prototype version SoM is unused and not available to public.
Support this only for internal debugging purposes.

Signed-off-by: Marek Vasut <marex@denx.de>
---
 board/denx/m28evk/spl_boot.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

Comments

Stefano Babic March 3, 2012, 9:07 a.m. UTC | #1
On 26/02/2012 23:15, Marek Vasut wrote:
> This prototype version SoM is unused and not available to public.
> Support this only for internal debugging purposes.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---

Applied to u-boot-imx, thanks

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/board/denx/m28evk/spl_boot.c b/board/denx/m28evk/spl_boot.c
index 91316a7..a04fe18 100644
--- a/board/denx/m28evk/spl_boot.c
+++ b/board/denx/m28evk/spl_boot.c
@@ -72,8 +72,13 @@  const iomux_cfg_t iomux_setup[] = {
 	MX28_PAD_LCD_ENABLE__LCD_ENABLE | MUX_CONFIG_LCD,
 
 	/* UART1 */
+#ifdef	CONFIG_DENX_M28_V10
+	MX28_PAD_AUART0_CTS__DUART_RX,
+	MX28_PAD_AUART0_RTS__DUART_TX,
+#else
 	MX28_PAD_PWM0__DUART_RX,
 	MX28_PAD_PWM1__DUART_TX,
+#endif
 	MX28_PAD_AUART0_TX__DUART_RTS,
 	MX28_PAD_AUART0_RX__DUART_CTS,