urara: remove call to printk before UART is initialized
BUG=chrome-os-partner:31438 TEST=tested in Pistachio bring up board; previous delay at the beginning of bootblock is fixed. BRANCH=none Change-Id: I30335677c96bfd651bc49e36b562c48588009d67 Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Original-Commit-Id: 3d1eb117644af1323dd940e0a82a2ef44025d5b9 Original-Change-Id: I122df1f985163836bb2ddd027ef6ab2ce265d5dd Original-Signed-off-by: Ionela Voinescu <ionela.voinescu@imgtec.com> Original-Reviewed-on: https://chromium-review.googlesource.com/243223 Original-Reviewed-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/9668 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
41d1ca8c3b
commit
125427a07f
|
@ -22,7 +22,6 @@
|
|||
#include <arch/io.h>
|
||||
#include <stdint.h>
|
||||
#include <soc/clocks.h>
|
||||
#include <console/console.h>
|
||||
|
||||
#define GPIO_BIT_EN_ADDR(bank) (0xB8101C00 + 0x200 + (0x24 * (bank)))
|
||||
|
||||
|
@ -134,8 +133,6 @@ static void bootblock_mainboard_init(void)
|
|||
if (!init_clocks()) {
|
||||
/* Disable GPIO on the peripheral lines */
|
||||
uart1_mfio_setup();
|
||||
printk(BIOS_INFO, "Urara board: UART initialized!\n");
|
||||
|
||||
spim1_mfio_setup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue