summaryrefslogtreecommitdiffstats
path: root/include/configs/at91rm9200ek.h
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2010-11-30 09:45:06 +0000
committerReinhard Meyer <u-boot@emk-elektronik.de>2010-12-07 22:08:07 +0100
commita429db7e3ce6136f80f22584588247926ba60b05 (patch)
tree77fdba6216ccf719b632b6aab0f3bb62701ac12c /include/configs/at91rm9200ek.h
parent305bf489d1e7dd70f45720720ae0066fcce3acb1 (diff)
downloadblackbird-obmc-uboot-a429db7e3ce6136f80f22584588247926ba60b05.tar.gz
blackbird-obmc-uboot-a429db7e3ce6136f80f22584588247926ba60b05.zip
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 <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/at91rm9200ek.h')
-rw-r--r--include/configs/at91rm9200ek.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h
index df4413d813..810023a494 100644
--- a/include/configs/at91rm9200ek.h
+++ b/include/configs/at91rm9200ek.h
@@ -71,6 +71,8 @@
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_INITRD_TAG
+#define CONFIG_AT91FAMILY
+
/*
* Memory Configuration
*/
OpenPOWER on IntegriCloud