Re: [U-Boot] use "boot select" jumper on NGW100 to select USART

2009-11-10 Thread Wolfgang Denk
Dear Thomas, In message you wrote: > > So the patch for atmel_usart.c would look like this: > > hmatrix_slave_write(EBI, SFR, HMATRIX_BIT(EBI_SDRAM_ENABLE)); > > portmux_enable_ebi(16, 23, 0, PORTMUX_DRIVE_HIGH); > - portmux_enable_usart1(PORTMUX_DRIVE_MIN); > + > + USART_JUM

Re: [U-Boot] use "boot select" jumper on NGW100 to select USART

2009-11-09 Thread Thomas Sprinkmeier
Dear Wolfgang Denk, >> +     USART_JUMPER_CONFIG; >> +     USART_ENABLE; > > Function / Macro when used as funxctions should always look as such, > i. e. have parens with them. So the patch for atmel_usart.c would look like this: hmatrix_slave_write(EBI, SFR, HMATRIX_BIT(EBI_SDRAM_ENABLE

Re: [U-Boot] use "boot select" jumper on NGW100 to select USART

2009-11-09 Thread Wolfgang Denk
Dear Thomas Sprinkmeier, In message you wrote: > From: Thomas Sprinkmeier > Date: Mon, 9 Nov 2009 09:28:51 +1030 > Subject: [PATCH] use "boot select" jumper on NGW100 to select USART > > Without the "boot select" jumper U-Boot will use the USART selected > using the CONFIG_USART1, CONFIG_USART2

[U-Boot] use "boot select" jumper on NGW100 to select USART

2009-11-09 Thread Thomas Sprinkmeier
From: Thomas Sprinkmeier Date: Mon, 9 Nov 2009 09:28:51 +1030 Subject: [PATCH] use "boot select" jumper on NGW100 to select USART Without the "boot select" jumper U-Boot will use the USART selected using the CONFIG_USART1, CONFIG_USART2, directive. If CONFIG_ALT_USART1 (or ..2, ..3, ..0) is def