From 3c59158810a6cbf3b8caccb9ff9fbb4bfc669e97 Mon Sep 17 00:00:00 2001 From: efdesign98 Date: Wed, 14 Sep 2011 16:22:31 -0600 Subject: AMD SB800 early console use fix This change removes printk's that occur before console init is called. In the best case, these would cause an extremely slow boot, and in the worst case would cause a complete post failure. Change-Id: I50388e71225e95db602aa45835c39126c1c920a3 Signed-off-by: Frank Vibrans Signed-off-by: efdesign98 Reviewed-on: http://review.coreboot.org/216 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/southbridge/amd/cimx/sb800/cfg.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/southbridge') diff --git a/src/southbridge/amd/cimx/sb800/cfg.c b/src/southbridge/amd/cimx/sb800/cfg.c index 45a460be4f..a7801a8fc5 100644 --- a/src/southbridge/amd/cimx/sb800/cfg.c +++ b/src/southbridge/amd/cimx/sb800/cfg.c @@ -31,10 +31,8 @@ void sb800_cimx_config(AMDSBCFG *sb_config) { if (!sb_config) { - printk(BIOS_DEBUG, "SB800 - Cfg.c - sb800_cimx_config - No sb_config.\n"); return; } - printk(BIOS_INFO, "SB800 - Cfg.c - sb800_cimx_config - Start.\n"); //memset(sb_config, 0, sizeof(AMDSBCFG)); /* header */ @@ -128,6 +126,5 @@ void sb800_cimx_config(AMDSBCFG *sb_config) sb_config->StdHeader.CALLBACK.CalloutPtr = sb800_callout_entry; } #endif //!__PRE_RAM__ - printk(BIOS_INFO, "SB800 - Cfg.c - sb800_cimx_config - End.\n"); } -- cgit v1.2.3