
29 Aug
2018
29 Aug
'18
8:33 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
arch/arm/mach-rockchip/rk3399-board-spl.c | 31 +------------------------------ arch/arm/mach-rockchip/rk3399/rk3399.c | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-)
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com