From: Kever Yang Date: Wed, 22 Jul 2020 12:26:30 +0000 (+0800) Subject: rockchip: tpl: Remove board_early_init_f() X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=b24405f39b15243dec78dc8c844654204e36d788;p=u-boot.git 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 --- diff --git a/arch/arm/mach-rockchip/tpl.c b/arch/arm/mach-rockchip/tpl.c index 88f80b05a9..cc908e1b0e 100644 --- a/arch/arm/mach-rockchip/tpl.c +++ b/arch/arm/mach-rockchip/tpl.c @@ -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: