From 3df43b3f07e5fdc262f13e209683ffb7e83ad2ac Mon Sep 17 00:00:00 2001 From: Rene Straub Date: Fri, 6 Jul 2018 15:38:22 +0200 Subject: [PATCH] hancock: select console 3 (UART2) --- board/nm/hancock/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/nm/hancock/Kconfig b/board/nm/hancock/Kconfig index 70073cdcd6..ef35051076 100644 --- a/board/nm/hancock/Kconfig +++ b/board/nm/hancock/Kconfig @@ -15,7 +15,7 @@ config SYS_CONFIG_NAME config CONS_INDEX int "UART used for console" range 1 6 - default 1 + default 3 help The AM335x SoC has a total of 6 UARTs (UART0 to UART5 as referenced in documentation, etc) available to it. Depending on your specific