diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2010-11-30 09:45:06 +0000 |
---|---|---|
committer | Reinhard Meyer <u-boot@emk-elektronik.de> | 2010-12-07 22:08:07 +0100 |
commit | a429db7e3ce6136f80f22584588247926ba60b05 (patch) | |
tree | 77fdba6216ccf719b632b6aab0f3bb62701ac12c /include/configs/at91rm9200ek.h | |
parent | 305bf489d1e7dd70f45720720ae0066fcce3acb1 (diff) | |
download | bootable_bootloader_goldelico_gta04-a429db7e3ce6136f80f22584588247926ba60b05.zip bootable_bootloader_goldelico_gta04-a429db7e3ce6136f80f22584588247926ba60b05.tar.gz bootable_bootloader_goldelico_gta04-a429db7e3ce6136f80f22584588247926ba60b05.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h index df4413d..810023a 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 */ |