fixed indentation
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1844 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
953e0f6afe
commit
84a8028349
|
@ -120,12 +120,13 @@ static void rtc_set_checksum(int range_start, int range_end, int cks_loc)
|
|||
#define RTC_CONTROL_DEFAULT (RTC_SQWE | RTC_24H)
|
||||
#define RTC_FREQ_SELECT_DEFAULT (RTC_REF_CLCK_32KHZ | RTC_RATE_1024HZ)
|
||||
#endif
|
||||
|
||||
void rtc_init(int invalid)
|
||||
{
|
||||
unsigned char x;
|
||||
int cmos_invalid, checksum_invalid;
|
||||
|
||||
printk_debug("RTC Init\n");
|
||||
printk_debug("RTC Init\n");
|
||||
/* See if there has been a CMOS power problem. */
|
||||
x = CMOS_READ(RTC_VALID);
|
||||
cmos_invalid = !(x & RTC_VRT);
|
||||
|
|
Loading…
Reference in New Issue