u-boot-brain/arch/arm/cpu/armv7/highbank
Rob Herring 0f7cf3803f 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>
2013-07-25 08:15:44 +02:00
..
Makefile Consolidate bootcount code into drivers/bootcount 2012-09-01 14:26:02 +02:00
timer.c ARM: highbank: avoid bss write in timer_init 2013-07-25 08:15:44 +02:00