Build failure because of src/pc80/mc146818rtc_early.c unused variable

Fixes #173
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Acked-by: Stefan Reinauer <reinauer@google.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6321 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2011-01-31 21:03:14 +00:00 committed by Stefan Reinauer
parent ff9d78c964
commit b82673bd23
1 changed files with 1 additions and 1 deletions

View File

@ -61,12 +61,12 @@ static inline int last_boot_normal(void)
static inline int do_normal_boot(void)
{
unsigned char byte;
int i;
if (cmos_error() || !cmos_chksum_valid()) {
#if CONFIG_USE_CMOS_RECOVERY
char *cmos_default = cbfs_find_file("cmos.default", CBFS_COMPONENT_CMOS_DEFAULT);
if (cmos_default) {
int i;
printk_warning("WARNING - CMOS CORRUPTED. RESTORING DEFAULTS.\n");
/* First 14 bytes are reserved for
RTC and ignored by nvramtool, too.