Skip to content
Commit 5dca710a authored by Reinhard Meyer's avatar Reinhard Meyer
Browse files

AT91 clock/timer: move static data to global_data struct



clock.c / timer.c used static data and are called before relocation.
Move all static variables into global_data structure. Also cleanup
timer.c from unused stubs and make it truly use 64 bit tick values.

Signed-off-by: default avatarReinhard Meyer <u-boot@emk-elektronik.de>
parent 3b83522b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment