commit | db14130b20131f75cc1f92e8c5ee7f5c9a34db89 | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Tue Mar 06 15:22:55 2018 +0000 |
committer | Soby Mathew <soby.mathew@arm.com> | Wed Mar 07 17:25:28 2018 +0000 |
tree | 2491b035d77513729342113de4bcb9d9151f3b3e | |
parent | ebf68152ee1e958d76e17808ccea9972a324376c [diff] |
BL2U: Fix ARM platform timer initilization This issue was detected when testing FWU on Juno. The Timer `timer_ops` was not being initialized before being used by the SDS driver on Juno. This patch adds the call to `generic_delay_timer_init()` during bl2u_early_platform_setup(). This is done generically for all ARM platforms because the cost involved is minimal. Change-Id: I349cf0bd1db68406eb2298b65f9c729f792cabdc Signed-off-by: Soby Mathew <soby.mathew@arm.com>