mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03: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:
committed by
Stefano Babic
parent
191f683ee2
commit
8134853b93
@@ -62,6 +62,7 @@ static void init_clocks(void)
|
||||
void board_init_f(ulong arg)
|
||||
{
|
||||
init_clocks();
|
||||
spl_early_init();
|
||||
preloader_console_init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user