]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: highbank: avoid bss write in timer_init
authorRob Herring <rob.herring@calxeda.com>
Thu, 13 Jun 2013 03:24:50 +0000 (22:24 -0500)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 25 Jul 2013 06:15:44 +0000 (08:15 +0200)
commit0f7cf3803f59b0c8d94aa52cc8827aab28591eb4
tree30eaea06f19d534b1a5ba790ef5ea7b09eb1c112
parent714d1f5da53101ec44ab9c3d10564462b102bd8f
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>
arch/arm/cpu/armv7/highbank/timer.c