summaryrefslogtreecommitdiff
path: root/configs/kylin-rk3036_defconfig
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-03-29 09:09:00 +0800
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2019-05-01 09:40:58 +0200
commit7f3eec03d59a0532579ba364e0ba1381feafb814 (patch)
treeab27d3ffad56282b9f96af68ced5815252494637 /configs/kylin-rk3036_defconfig
parent2b2ff1bd87d8912267b9f3b408e2aaad0cd195fa (diff)
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 <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> [Fixed whitespace error:] Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/kylin-rk3036_defconfig')
-rw-r--r--configs/kylin-rk3036_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/kylin-rk3036_defconfig b/configs/kylin-rk3036_defconfig
index 083cca92ce..f6a18748a9 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