diff options
| author | Stefan Roese <[email protected]> | 2022-12-21 10:18:49 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2023-01-02 09:14:16 +0100 |
| commit | 5387b093cb7914b3c0404da928fa4bafdffac291 (patch) | |
| tree | 9a61931429bc320ad8e105a28ff5fdeb0d3098e9 /scripts/objdiff | |
| parent | 3089d12a02efd1dc5dce01e0ec0fda9142693b11 (diff) | |
timer: orion-timer: Fix problem with early static variable
We've noticed that at least one Kirkwood board (Pogo v4) has problems
with the new orion DM timer implementation. Debugging revealed that this
issue is related with the static variable "early_init_done" which does
not work correctly before relocation in all cases.
This patch removes this static variable and replaces it's functionality
via a function that detects if the timer is already initialized.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Pali Rohár <[email protected]>
Cc: Michael Walle <[email protected]>
Cc: Tony Dinh <[email protected]>
Tested-by: Tony Dinh <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
