From ccf4fdd1cd00c0f9cbfdfd1d78c9b89fa95f291c Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 15 Sep 2013 20:56:49 -0700 Subject: am335x: Update the config vars selected by CPU_TI_AM335X. The way those variables work has changed twice since this file was last changed, and console output was no longer working. Now that they're up to date there's serial output from beaglebone again. Change-Id: I5167fd8c0a8c33438d7f056fdf5951bd054010ed Signed-off-by: Gabe Black Reviewed-on: http://review.coreboot.org/3923 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/ti/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cpu/ti') diff --git a/src/cpu/ti/Kconfig b/src/cpu/ti/Kconfig index c82c290728..0440098ba2 100644 --- a/src/cpu/ti/Kconfig +++ b/src/cpu/ti/Kconfig @@ -2,7 +2,8 @@ config CPU_TI_AM335X depends on ARCH_ARMV7 select HAVE_MONOTONIC_TIMER select HAVE_UART_SPECIAL - select DEFAULT_EARLY_CONSOLE + select BOOTBLOCK_CONSOLE + select EARLY_CONSOLE bool default n -- cgit v1.2.3