]> Git Repo - u-boot.git/commit
arm920t/at91/timer: replace bss variables by gd
authorAndreas Bießmann <[email protected]>
Tue, 30 Nov 2010 09:45:06 +0000 (09:45 +0000)
committerReinhard Meyer <[email protected]>
Tue, 7 Dec 2010 21:08:07 +0000 (22:08 +0100)
commita429db7e3ce6136f80f22584588247926ba60b05
tree77fdba6216ccf719b632b6aab0f3bb62701ac12c
parent305bf489d1e7dd70f45720720ae0066fcce3acb1
arm920t/at91/timer: replace bss variables by gd

Reuse the gd->tbl value for timestamp and add gd->lastinc for lastinc
bss values in arm920t/at91/timer driver.
The usage of bss values in driver before initialisation of bss is
forbidden. In that special case some data in .rel.dyn gets corrupted by
the arm920t/at91/timer driver.

Signed-off-by: Andreas Bießmann <[email protected]>
arch/arm/cpu/arm920t/at91/timer.c
arch/arm/include/asm/global_data.h
include/configs/at91rm9200ek.h
This page took 0.035788 seconds and 4 git commands to generate.