commit | e48b61743cc505df21419631bbe2c9affaaa75f7 | [log] [tgz] |
---|---|---|
author | Zhi-zhou Zhang <zhizhou.zh@gmail.com> | Sat Nov 24 05:07:13 2012 +0000 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Nov 25 21:50:43 2012 +0100 |
tree | ddf367ef00dac396c96c8ae44337aa2df833b837 | |
parent | ac0941a77a0382d1ab37b0b70c6849434ce0761a [diff] |
MIPS: do not initialize timestamp variable before relocate_code Because timestamp is declared as `static', we needn't initialize it by writing it a zero. If we do it before relocate_code, we will write into a flash address(0xffffffffbfc0xxxx). Signed-off-by: Zhi-zhou Zhang <zhizhou.zh@gmail.com> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>