
19 Oct
2010
19 Oct
'10
3:55 p.m.
Reinhard Meyer schrieb:
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: Reinhard Meyer u-boot@emk-elektronik.de
arch/arm/cpu/arm926ejs/at91/clock.c | 55 +++++++++++----------- arch/arm/cpu/arm926ejs/at91/timer.c | 85 +++++++++++++++++------------------ arch/arm/include/asm/global_data.h | 14 ++++++ 3 files changed, 83 insertions(+), 71 deletions(-)
Applied to u-boot-atmel.git/at91. Thanks, Reinhard