[coreboot-gerrit] New patch to review for coreboot: e666139 beaglebone: Stop reinitializing the console in bootblock.c.

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/3924

-gerrit

commit e666139c95fa8069561729fd3661cd56a9f6444f
Author: Gabe Black <gabeblack at chromium.org>
Date:   Sun Sep 15 20:59:08 2013 -0700

    beaglebone: Stop reinitializing the console in bootblock.c.
    
    The console has already been initialized in the generic bootblock code, and
    reinitializing it causes the same banner line to be printed twice and lots of
    artifacts in the actual output. This same change had been made to the other
    ARM boards but not for beaglebone.
    
    Change-Id: I72e3be1326b1a52b7ec438a44e4fd5f87e4ec717
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
 src/mainboard/ti/beaglebone/bootblock.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mainboard/ti/beaglebone/bootblock.c b/src/mainboard/ti/beaglebone/bootblock.c
index 6c7d132..dd46040 100644
--- a/src/mainboard/ti/beaglebone/bootblock.c
+++ b/src/mainboard/ti/beaglebone/bootblock.c
@@ -66,6 +66,4 @@ void bootblock_mainboard_init(void)
 
 	/* Start monotonic timer */
 	//rtc_start();
-
-	console_init();
 }



More information about the coreboot-gerrit mailing list