From 9a3acf6900e9ab22743f75a2a4ee4623e257f165 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 3 Feb 2014 13:07:59 +0200 Subject: console: Drop extra uart_init() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This call is already in console_init(). Change-Id: Ie0cb3595af514e37efac5ac5d474f52ba551bf22 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5140 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/mainboard/supermicro/h8qgi/romstage.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/supermicro/h8qgi') diff --git a/src/mainboard/supermicro/h8qgi/romstage.c b/src/mainboard/supermicro/h8qgi/romstage.c index e9f359ab86..ea4ed8eeff 100644 --- a/src/mainboard/supermicro/h8qgi/romstage.c +++ b/src/mainboard/supermicro/h8qgi/romstage.c @@ -52,7 +52,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) sb7xx_51xx_disable_wideio(0); post_code(0x34); - uart_init(); post_code(0x35); console_init(); -- cgit v1.2.3