On Tue, 2 Oct 2007, Atsushi Nemoto wrote: > > Is the system time still set correctly from the RTC chip upon bootstrap > > with your changes? I cannot immediately infer it from the patches and my > > suspicion is it may not anymore. > > CONFIG_RTC_HCTOSYS=y can do it, isn't it? Hmm, I wonder whether this shouldn't be enabled via a reverse dependency. Or even unconditionally perhaps -- if the initial system time gets set from incorrect RTC time (e.g. because it is not battery-backed) it does not get less correct than it would be otherwise, does it? Any reason for not doing either of these? Maciej