the following patch was just integrated into master: commit 0f5caa26cb0b25ae452a14aedc71f5c137850a4e Author: David Hendricks dhendrix@chromium.org Date: Fri Nov 30 19:16:50 2012 -0800
Conditionally include mc146818rtc in console.c
get_option() is used to get a config option (debug loglevel) from CMOS. However, not all machines have CMOS, so define a dummy inline function that will return an error code so the caller (console_init()) will use the default loglevel.
Change-Id: I6adf371d79164178f40a83f7608289a6a7673357 Signed-off-by: David Hendricks dhendrix@chromium.org Reviewed-on: http://review.coreboot.org/1962 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Wed Dec 5 05:26:11 2012, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Wed Dec 5 05:26:31 2012, giving +2 See http://review.coreboot.org/1962 for details.
-gerrit