Home
last modified time | relevance | path

Searched hist:"5 dca710a3d7703e41da0e9894f2d71f9e25bea6b" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dglobal_data.h5dca710a3d7703e41da0e9894f2d71f9e25bea6b Tue Oct 05 14:54:35 UTC 2010 Reinhard Meyer <u-boot@emk-elektronik.de> 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: Reinhard Meyer <u-boot@emk-elektronik.de>