From d7ac185fd840d1406fcafc1b412482138475af82 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Mon, 21 May 2018 16:40:05 +0300 Subject: serial: Convert ARC_SERIAL to Kconfig One step closer to completely Kconfig-driven target configuration in U-Boot :) Signed-off-by: Alexey Brodkin --- configs/nsim_700_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/nsim_700_defconfig') diff --git a/configs/nsim_700_defconfig b/configs/nsim_700_defconfig index 12fe5f77c6..01a461b851 100644 --- a/configs/nsim_700_defconfig +++ b/configs/nsim_700_defconfig @@ -13,4 +13,5 @@ CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DM=y CONFIG_DM_SERIAL=y +CONFIG_ARC_SERIAL=y CONFIG_USE_PRIVATE_LIBGCC=y -- cgit From 0556b569e52caf3ab519c340435236e4940cc1cd Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Mon, 21 May 2018 16:55:20 +0300 Subject: ARC: Enable debug UART on nSIM boards Signed-off-by: Alexey Brodkin --- configs/nsim_700_defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs/nsim_700_defconfig') diff --git a/configs/nsim_700_defconfig b/configs/nsim_700_defconfig index 01a461b851..b10044986f 100644 --- a/configs/nsim_700_defconfig +++ b/configs/nsim_700_defconfig @@ -3,6 +3,7 @@ CONFIG_TARGET_NSIM=y CONFIG_SYS_TEXT_BASE=0x81000000 CONFIG_SYS_CLK_FREQ=70000000 CONFIG_DEFAULT_DEVICE_TREE="nsim" +CONFIG_DEBUG_UART=y CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyARC0,115200n8" @@ -13,5 +14,8 @@ CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DM=y CONFIG_DM_SERIAL=y +CONFIG_DEBUG_ARC_SERIAL=y +CONFIG_DEBUG_UART_BASE=0xc0fc1000 +CONFIG_DEBUG_UART_CLOCK=70000000 CONFIG_ARC_SERIAL=y CONFIG_USE_PRIVATE_LIBGCC=y -- cgit