> 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]> > --- > > arch/arm/mach-rockchip/rk3188-board-spl.c | 12 +--------- > arch/arm/mach-rockchip/rk3188/Makefile | 1 + > arch/arm/mach-rockchip/rk3188/rk3188.c | 37 > +++++++++++++++++++++++++++++++ > 3 files changed, 39 insertions(+), 11 deletions(-) > create mode 100644 arch/arm/mach-rockchip/rk3188/rk3188.c >
Reviewed-by: Philipp Tomsich <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

