the following patch was just integrated into master: commit 73cffd69993ed4fbad5237f6ad093da790ed85ae Author: Gabe Black gabeblack@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@chromium.org Reviewed-on: http://review.coreboot.org/3924 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Ronald G. Minnich rminnich@gmail.com Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
See http://review.coreboot.org/3924 for details.
-gerrit