commit | 9a91df26f34b3c5d963671e4fb18778a7b054e69 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Wed Jun 12 22:24:50 2013 -0500 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Jul 25 08:15:44 2013 +0200 |
tree | 30eaea06f19d534b1a5ba790ef5ea7b09eb1c112 | |
parent | d7dadc7591d90734d5c3c2032bb9f19d66612ce9 [diff] |
ARM: highbank: avoid bss write in timer_init The timer_init function is called before relocation and writes to bss data were corrupting relocation data. Fix this by removing the call to reset_timer_masked. The initial timer count should be 0 or near 0 anyway, so initializing the variables are not needed. Signed-off-by: Rob Herring <rob.herring@calxeda.com>