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,6 +120,7 @@ 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;
|
||||
|
|
Loading…
Reference in New Issue