fixed indentation
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1844 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
		@@ -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_CONTROL_DEFAULT (RTC_SQWE | RTC_24H)
 | 
				
			||||||
#define RTC_FREQ_SELECT_DEFAULT (RTC_REF_CLCK_32KHZ | RTC_RATE_1024HZ)
 | 
					#define RTC_FREQ_SELECT_DEFAULT (RTC_REF_CLCK_32KHZ | RTC_RATE_1024HZ)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void rtc_init(int invalid)
 | 
					void rtc_init(int invalid)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	unsigned char x;
 | 
						unsigned char x;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user