commit | db106ef7ebf671b9ae15cfacbccdd485437440b0 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Fri Jan 21 21:16:15 2011 +0100 |
committer | Albert Aribaud <albert.aribaud@free.fr> | Wed Feb 02 00:54:43 2011 +0100 |
tree | 9c10e29967c56fb85c7859c6a056c647f3a73162 | |
parent | eae4988b45e17054f27d58b6fe0b42e080951382 [diff] |
MX5: Reuse the gd->tbl value for timestamp and add gd->lastinc for lastinc bss 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 the same as recently applied for arm926js architecture. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Heiko Schocher <hs@denx.de>