diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pc80/mc146818rtc_early.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pc80/mc146818rtc_early.c b/src/pc80/mc146818rtc_early.c index 455ed08ab9..920dedace2 100644 --- a/src/pc80/mc146818rtc_early.c +++ b/src/pc80/mc146818rtc_early.c @@ -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. |