]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
TI Davinci timer.c: Remove volatiles and memory mapped structures
authorNick Thompson <nick.thompson@gefanuc.com>
Thu, 12 Nov 2009 16:02:17 +0000 (11:02 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 27 Nov 2009 22:26:14 +0000 (16:26 -0600)
commit9868a36dfb8de4bb98b48e4f4eb912312d67279e
tree4eb08db68df832536773d9459ef4b3ae7eb12c50
parentc90b32739a50ca52d9b8d220ea6875ae994566ec
TI Davinci timer.c: Remove volatiles and memory mapped structures

Remove volatiles and memory mapped structure accesses and replace with
readl and writel macro usage.

Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
cpu/arm926ejs/davinci/timer.c