]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6a65634ea81bd0187796f4540381ddd984476f67
treea6956699e48f6e996275f9014fc0196f6f7e1db3
parente36e622ac12218d943d2bd6bbea7fc863891f15f
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