[coreboot] [v2] r4838 - trunk/coreboot-v2/src/pc80

svn at coreboot.org svn at coreboot.org
Sat Oct 24 15:13:38 CEST 2009


Author: stepan
Date: 2009-10-24 15:13:37 +0200 (Sat, 24 Oct 2009)
New Revision: 4838

Modified:
   trunk/coreboot-v2/src/pc80/mc146818rtc.c
Log:
A (hypothetical southbridge) component might provide functionality that is not
available on all boards. Thus, only print a debug level warning instead of an
error.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/pc80/mc146818rtc.c
===================================================================
--- trunk/coreboot-v2/src/pc80/mc146818rtc.c	2009-10-24 13:06:04 UTC (rev 4837)
+++ trunk/coreboot-v2/src/pc80/mc146818rtc.c	2009-10-24 13:13:37 UTC (rev 4838)
@@ -253,7 +253,7 @@
 		}
 	}
 	if(!found) {
-		printk_err("ERROR: No cmos option '%s'\n", name);
+		printk_debug("WARNING: No cmos option '%s'\n", name);
 		return(-2);
 	}
 	





More information about the coreboot mailing list