From 2d0b55bd6bfc2985950224dbca29668cc1aa7eba Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Wed, 13 Feb 2013 20:29:27 -0800 Subject: snow: remove superfluous printk's from romstage main These were left over from earlier debugging and are no longer needed. They don't indicate any status or useful info (other than which line of code has been executed). Error messages are available in case something needs attention. Change-Id: Ie09fac29c42908cb8924169e56d8927fb76f02da Signed-off-by: David Hendricks Reviewed-on: http://review.coreboot.org/2386 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/google/snow/romstage.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/snow/romstage.c b/src/mainboard/google/snow/romstage.c index 719337b2c2..53072d1efb 100644 --- a/src/mainboard/google/snow/romstage.c +++ b/src/mainboard/google/snow/romstage.c @@ -64,7 +64,6 @@ void main(void) system_clock_init(mem, arm_ratios); console_init(); - printk(BIOS_INFO, "hello from romstage\n"); if (!mem) { printk(BIOS_CRIT, "Unable to auto-detect memory timings\n"); @@ -83,8 +82,6 @@ void main(void) while(1); } - printk(BIOS_INFO, "ddr3_init done\n"); - entry = cbfs_load_stage(CBFS_DEFAULT_MEDIA, "fallback/coreboot_ram"); printk(BIOS_INFO, "entry is 0x%p, leaving romstage.\n", entry); -- cgit v1.2.3