u-boot-brain/arch/arm
Heiko Schocher c44bf4e8ac 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>
2011-02-02 00:54:44 +01:00
..
cpu arm1136: timer: Replace bss variable by gd 2011-02-02 00:54:44 +01:00
include/asm ARM: Avoid compiler optimization for readb, writeb and friends. 2011-02-02 00:54:44 +01:00
lib Replace "FLASH" strings with "Flash" or "flash" 2011-01-19 00:02:37 +01:00
config.mk ARM: fix broken build of ARM 2011-02-02 00:54:43 +01:00