mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
rockchip: tpl: Remove board_early_init_f()
There is no need for board_early_init_f() in TPL, anything like this should goes to SPL. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
9aed288060
commit
b24405f39b
1 changed files with 0 additions and 7 deletions
|
@ -43,18 +43,11 @@ __weak void rockchip_stimer_init(void)
|
|||
TIMER_CONTROL_REG);
|
||||
}
|
||||
|
||||
__weak int board_early_init_f(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void board_init_f(ulong dummy)
|
||||
{
|
||||
struct udevice *dev;
|
||||
int ret;
|
||||
|
||||
board_early_init_f();
|
||||
|
||||
#if defined(CONFIG_DEBUG_UART) && defined(CONFIG_TPL_SERIAL_SUPPORT)
|
||||
/*
|
||||
* Debug UART can be used from here if required:
|
||||
|
|
Loading…
Reference in a new issue