From 73cffd69993ed4fbad5237f6ad093da790ed85ae Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 15 Sep 2013 20:59:08 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/3924 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Ronald G. Minnich Reviewed-by: Stefan Reinauer --- src/mainboard/ti/beaglebone/bootblock.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/ti/beaglebone/bootblock.c') diff --git a/src/mainboard/ti/beaglebone/bootblock.c b/src/mainboard/ti/beaglebone/bootblock.c index 6c7d132500..dd46040847 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(); } -- cgit v1.2.3