Build failure because of src/pc80/mc146818rtc_early.c unused variable
authorStefan Reinauer <reinauer@google.com>
Mon, 31 Jan 2011 21:03:14 +0000 (21:03 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 31 Jan 2011 21:03:14 +0000 (21:03 +0000)
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

src/pc80/mc146818rtc_early.c

index 455ed08ab9aa17624d89c72e6715ccb2ba9414fe..920dedace218b0ae2fa8c621408a1bba0a6ec320 100644 (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.