
1 May
2019
1 May
'19
3:06 p.m.
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 for all rockchip SoCs later.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
arch/arm/mach-rockchip/rk3288-board-spl.c | 12 ++---------- arch/arm/mach-rockchip/rk3288-board-tpl.c | 16 ++-------------- arch/arm/mach-rockchip/rk3288/rk3288.c | 13 +++++++++++++ 3 files changed, 17 insertions(+), 24 deletions(-)
Applied to u-boot-rockchip, thanks!