rockchip: rk3368: move board_debug_uart_init() to rk3368.c
authorKever Yang <kever.yang@rock-chips.com>
Fri, 29 Mar 2019 01:09:05 +0000 (09:09 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 1 May 2019 07:40:58 +0000 (09:40 +0200)
commit6a033357148b67da9e2e5d0a0a06d5ec1ed8e0d3
treea6956699e48f6e996275f9014fc0196f6f7e1db3
parente83e885e53dd43df64ba54d59c18f98f1d98ef4e
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 <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/mach-rockchip/rk3368-board-spl.c
arch/arm/mach-rockchip/rk3368-board-tpl.c
arch/arm/mach-rockchip/rk3368/rk3368.c