commit | 56e89cf55c47288f906bd769cb3d6d4736db548a | [log] [tgz] |
---|---|---|
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Tue Aug 27 15:34:12 2013 +0200 |
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Sun Sep 29 21:09:48 2013 +0200 |
tree | 05aebd20fae44c2288b64f66ec052f4e95c691c4 | |
parent | 41136b664ad11d542e8378c757dac9ab174b0805 [diff] |
ARM: vexpress: remove custom .init_time hook With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove custom .init_time hooks. The call to versatile_sched_clock_init is moved to .init_early instead, were it is also for non-DT boards. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Tested-by: Jon Medhurst (Tixy) <tixy@linaro.org> Acked-by: Pawel Moll <pawel.moll@arm.com>