public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Fix: brocken boot message at serial line on AT91SAM9263-EK board
@ 2012-03-19 14:25 Jens Scharsig
  2012-06-28 12:07 ` Andreas Bießmann
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Scharsig @ 2012-03-19 14:25 UTC (permalink / raw)
  To: u-boot


Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
---
 board/atmel/at91sam9263ek/at91sam9263ek.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/atmel/at91sam9263ek/at91sam9263ek.c b/board/atmel/at91sam9263ek/at91sam9263ek.c
index 41ec752..60ff1c0 100644
--- a/board/atmel/at91sam9263ek/at91sam9263ek.c
+++ b/board/atmel/at91sam9263ek/at91sam9263ek.c
@@ -254,6 +254,7 @@ int board_early_init_f(void)
 		(1 << ATMEL_ID_PIOCDE),
 		&pmc->pcer);
 
+	at91_seriald_hw_init();
 	return 0;
 }
 
@@ -267,7 +268,6 @@ int board_init(void)
 	/* adress of boot parameters */
 	gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
 
-	at91_seriald_hw_init();
 #ifdef CONFIG_CMD_NAND
 	at91sam9263ek_nand_hw_init();
 #endif
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] Fix: brocken boot message at serial line on AT91SAM9263-EK board
  2012-03-19 14:25 [U-Boot] [PATCH] Fix: brocken boot message at serial line on AT91SAM9263-EK board Jens Scharsig
@ 2012-06-28 12:07 ` Andreas Bießmann
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Bießmann @ 2012-06-28 12:07 UTC (permalink / raw)
  To: u-boot

Dear Jens Scharsig,

On 19.03.2012 15:25, Jens Scharsig (BuS Elektronik) wrote:
> 
> Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
> ---
>  board/atmel/at91sam9263ek/at91sam9263ek.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/board/atmel/at91sam9263ek/at91sam9263ek.c b/board/atmel/at91sam9263ek/at91sam9263ek.c
> index 41ec752..60ff1c0 100644
> --- a/board/atmel/at91sam9263ek/at91sam9263ek.c
> +++ b/board/atmel/at91sam9263ek/at91sam9263ek.c
> @@ -254,6 +254,7 @@ int board_early_init_f(void)
>  		(1 << ATMEL_ID_PIOCDE),
>  		&pmc->pcer);
>  
> +	at91_seriald_hw_init();
>  	return 0;
>  }
>  
> @@ -267,7 +268,6 @@ int board_init(void)
>  	/* adress of boot parameters */
>  	gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
>  
> -	at91_seriald_hw_init();
>  #ifdef CONFIG_CMD_NAND
>  	at91sam9263ek_nand_hw_init();
>  #endif
> 


applied to u-boot-atmel/master, thanks!

Best regards

Andreas Bie?mann

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-28 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 14:25 [U-Boot] [PATCH] Fix: brocken boot message at serial line on AT91SAM9263-EK board Jens Scharsig
2012-06-28 12:07 ` Andreas Bießmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox