]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board_f: call timer_init on MIPS
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Apr 2014 09:11:21 +0000 (10:11 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 20 Apr 2014 11:16:43 +0000 (13:16 +0200)
commit6dc9bacea58db97e55bcb3ed2e00d5ca66a615d9
treef4efb9ea9424502da2b369315be748d1a1ce6cd3
parent3da7e5a50be7ca8deeac822787c7ee3bcd465c07
board_f: call timer_init on MIPS

MIPS needs a call to timer_init to preserve its current behaviour
ensuring that the cop0 compare register is initialised appropriately.

Reported-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
common/board_f.c