[U-Boot] [PATCH] Fix: brocken boot message at serial line on AT91SAM9263-EK board
Andreas Bießmann
andreas.devel at googlemail.com
Thu Jun 28 14:07:29 CEST 2012
Dear Jens Scharsig,
On 19.03.2012 15:25, Jens Scharsig (BuS Elektronik) wrote:
>
> Signed-off-by: Jens Scharsig (BuS Elektronik) <esw at 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
More information about the U-Boot
mailing list