[coreboot-gerrit] New patch to review for coreboot: e84267c am335x: Update the config vars selected by CPU_TI_AM335X.

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Mon Sep 16 06:03:12 CEST 2013


Gabe Black (gabeblack at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3923

-gerrit

commit e84267c45a761a4bf020edfa9bb19a7e58e6d066
Author: Gabe Black <gabeblack at chromium.org>
Date:   Sun Sep 15 20:56:49 2013 -0700

    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 at chromium.org>
---
 src/cpu/ti/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cpu/ti/Kconfig b/src/cpu/ti/Kconfig
index c82c290..0440098 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
 



More information about the coreboot-gerrit mailing list