diff options
author | Gabe Black <gabeblack@chromium.org> | 2013-09-15 20:56:49 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@chromium.org> | 2013-09-17 00:41:01 +0200 |
commit | ccf4fdd1cd00c0f9cbfdfd1d78c9b89fa95f291c (patch) | |
tree | b3b14804771932c7dbe1af6f273489f69c15bd7a /src/cpu/ti | |
parent | 0fbbff48bfc4543ebf2b778d3ed557aae58676da (diff) |
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/Kconfig | 3 |
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 |