From f385ba42e340863df18555bf3cfffe70a96e2d8c Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 29 Apr 2014 23:27:32 +0300 Subject: console: Move UART port defaults to mainboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct selection of UART depends of board layout, not the CPU internals, so default setting should originate from mainboard. Change-Id: Ibf0ab0847ccce73c22704e86983dbe3d24ebc8a0 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5618 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks Reviewed-by: Paul Menzel --- src/cpu/allwinner/a10/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cpu/allwinner') diff --git a/src/cpu/allwinner/a10/Kconfig b/src/cpu/allwinner/a10/Kconfig index fbb95a1695..a04d8a4191 100644 --- a/src/cpu/allwinner/a10/Kconfig +++ b/src/cpu/allwinner/a10/Kconfig @@ -71,8 +71,4 @@ config SYS_SDRAM_BASE hex default 0x40000000 -config UART_FOR_CONSOLE - int - default 0 - endif # if CPU_ALLWINNER_A10 -- cgit v1.2.3