commit | f253af2d30d457cecc9f5650db9576eae8a6f14d | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Tue Jun 27 14:51:57 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Jul 10 11:44:56 2017 -0700 |
tree | 53682e879e2516e095024057714656b26ea08e5d | |
parent | 02f021068f3394fbbac0ef49f5ee7b42e4118e60 [diff] |
drivers: timer: init earlier in boot sequence By the time we get to POST_KERNEL, kernel services and kernel objects should be available for use. This should include timers and the random number generator, but we don't init the system clock until sometime during the POST_KERNEL phase. Initialize it earlier. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>