]> Git Repo - J-u-boot.git/commit
rockchip: rk3036: add board_debug_uart_init()
authorKever Yang <[email protected]>
Fri, 29 Mar 2019 01:09:00 +0000 (09:09 +0800)
committerPhilipp Tomsich <[email protected]>
Wed, 1 May 2019 07:40:58 +0000 (09:40 +0200)
commit7f3eec03d59a0532579ba364e0ba1381feafb814
treeab27d3ffad56282b9f96af68ced5815252494637
parent2b2ff1bd87d8912267b9f3b408e2aaad0cd195fa
rockchip: rk3036: add board_debug_uart_init()

Use board_debug_uart_init() for UART iomux init instead of
do it in board_init_f, and 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.

Signed-off-by: Kever Yang <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
[Fixed whitespace error:]
Signed-off-by: Philipp Tomsich <[email protected]>
arch/arm/mach-rockchip/rk3036-board-spl.c
arch/arm/mach-rockchip/rk3036/Makefile
arch/arm/mach-rockchip/rk3036/rk3036.c [new file with mode: 0644]
configs/kylin-rk3036_defconfig
This page took 0.037045 seconds and 4 git commands to generate.