From 6a033357148b67da9e2e5d0a0a06d5ec1ed8e0d3 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Fri, 29 Mar 2019 09:09:05 +0800 Subject: rockchip: rk3368: move board_debug_uart_init() to rk3368.c Move the function to soc file so that we can find all the soc/board setting in soc file and use a common board file later for all rockchip SoCs. Signed-off-by: Kever Yang Reviewed-by: Philipp Tomsich --- arch/arm/mach-rockchip/rk3368-board-spl.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'arch/arm/mach-rockchip/rk3368-board-spl.c') diff --git a/arch/arm/mach-rockchip/rk3368-board-spl.c b/arch/arm/mach-rockchip/rk3368-board-spl.c index 9dea4ed994..b055ed4aee 100644 --- a/arch/arm/mach-rockchip/rk3368-board-spl.c +++ b/arch/arm/mach-rockchip/rk3368-board-spl.c @@ -9,17 +9,9 @@ #include #include #include -#include -#include -#include #include -#include #include -void board_debug_uart_init(void) -{ -} - void board_init_f(ulong dummy) { struct udevice *pinctrl; -- cgit