mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 13:08:31 -04:00
Fix: broken boot message at serial line on AT91SAM9263-EK board
Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
This commit is contained in:
parent
5c23712dbd
commit
2feb736661
@ -254,6 +254,7 @@ int board_early_init_f(void)
|
|||||||
(1 << ATMEL_ID_PIOCDE),
|
(1 << ATMEL_ID_PIOCDE),
|
||||||
&pmc->pcer);
|
&pmc->pcer);
|
||||||
|
|
||||||
|
at91_seriald_hw_init();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -267,7 +268,6 @@ int board_init(void)
|
|||||||
/* adress of boot parameters */
|
/* adress of boot parameters */
|
||||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||||
|
|
||||||
at91_seriald_hw_init();
|
|
||||||
#ifdef CONFIG_CMD_NAND
|
#ifdef CONFIG_CMD_NAND
|
||||||
at91sam9263ek_nand_hw_init();
|
at91sam9263ek_nand_hw_init();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user