From 7f3eec03d59a0532579ba364e0ba1381feafb814 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Fri, 29 Mar 2019 09:09:00 +0800 Subject: 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 Reviewed-by: Philipp Tomsich [Fixed whitespace error:] Signed-off-by: Philipp Tomsich --- configs/kylin-rk3036_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/kylin-rk3036_defconfig') diff --git a/configs/kylin-rk3036_defconfig b/configs/kylin-rk3036_defconfig index 083cca9..f6a1874 100644 --- a/configs/kylin-rk3036_defconfig +++ b/configs/kylin-rk3036_defconfig @@ -12,7 +12,6 @@ CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_SPL_STACK_R_ADDR=0x80000 CONFIG_DEBUG_UART=y CONFIG_NR_DRAM_BANKS=1 -CONFIG_SPL_STACK_R_ADDR=0x80000 # CONFIG_ANDROID_BOOT_IMAGE is not set CONFIG_DEFAULT_FDT_FILE="rk3036-kylin.dtb" # CONFIG_DISPLAY_CPUINFO is not set -- cgit v1.1