arm1136: timer: Replace bss variable by gd
authorHeiko Schocher <hs@denx.de>
Thu, 9 Dec 2010 22:01:15 +0000 (22:01 +0000)
committerAlbert Aribaud <albert.aribaud@free.fr>
Tue, 1 Feb 2011 23:54:44 +0000 (00:54 +0100)
commitc44bf4e8ac2610d650bad441a1dc6a617ae98a4f
tree84a1e393602c85f950a72537bafe33d42e9cdb9d
parent386ad72637ad781d22c2567b730761d2a18c8768
arm1136: timer: Replace bss variable by gd

Reuse the gd->tbl value for timestamp and add gd->lastinc for lastinc bss
values in the arm1136 timer driver for mx31 and omap24xx

The usage of bss values in drivers before initialisation of bss is forbidden.
In that special case some data in .rel.dyn gets corrupted.

This patch is similiar to the patch Dirk Behme posted
for the armv7/omap-common/timer.c

Tested on the mx31 based qong board

Signed-off-by: Heiko Schocher <hs@denx.de>
cc: Albert ARIBAUD <albert.aribaud@free.fr>
Acked-by: Albert ARIBAUD <albert.aribaud@free.fr>
arch/arm/cpu/arm1136/mx31/timer.c
arch/arm/cpu/arm1136/omap24xx/timer.c