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 <[email protected]> > --- > 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
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

