summaryrefslogtreecommitdiff
path: root/src/cpu/ti
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2013-09-15 20:56:49 -0700
committerGabe Black <gabeblack@chromium.org>2013-09-17 00:41:01 +0200
commitccf4fdd1cd00c0f9cbfdfd1d78c9b89fa95f291c (patch)
treeb3b14804771932c7dbe1af6f273489f69c15bd7a /src/cpu/ti
parent0fbbff48bfc4543ebf2b778d3ed557aae58676da (diff)
downloadcoreboot-ccf4fdd1cd00c0f9cbfdfd1d78c9b89fa95f291c.tar.xz
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 <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3923 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/ti')
-rw-r--r--src/cpu/ti/Kconfig3
1 files changed, 2 insertions, 1 deletions
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