
Remove volatiles and memory mapped structure accesses and replace with readl and writel macro usage.
Signed-off-by: Nick Thompson nick.thompson@gefanuc.com
This patch was originally part of the da830 support patch, but this effort is now being integrated into davinci. As a result, these changes would be have been lost, as no change is required for da830. The changes where request to be kept available however, so here they are.
cpu/arm926ejs/davinci/timer.c | 28 +++++++++++++++------------- 1 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/cpu/arm926ejs/davinci/timer.c b/cpu/arm926ejs/davinci/timer.c index 80751ad..7c2c208 100644 --- a/cpu/arm926ejs/davinci/timer.c +++ b/cpu/arm926ejs/davinci/timer.c @@ -38,8 +38,9 @@ */
Pushed to u-boot-ti/master
Minor modification to patch header
http://git.denx.de/?p=u-boot/u-boot-ti.git;a=commit;h=5e9253f5857df4d5262977...
Thanks, Sandeep