mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
arm: xea: Call spl_early_init() before DM serial console is enabled in SPL
The in-spl enabled DM serial console requires the board setup to be able to parse SPL_OF_PLATDATA based serial driver (pl01x) for the imx28 based XEA board. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
191f683ee2
commit
8134853b93
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ static void init_clocks(void)
|
|||
void board_init_f(ulong arg)
|
||||
{
|
||||
init_clocks();
|
||||
spl_early_init();
|
||||
preloader_console_init();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue