commit | a429db7e3ce6136f80f22584588247926ba60b05 | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Tue Nov 30 09:45:06 2010 +0000 |
committer | Reinhard Meyer <u-boot@emk-elektronik.de> | Tue Dec 07 22:08:07 2010 +0100 |
tree | 77fdba6216ccf719b632b6aab0f3bb62701ac12c | |
parent | 305bf489d1e7dd70f45720720ae0066fcce3acb1 [diff] |
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>