Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports
authorStefan Roese <sr@denx.de>
Wed, 10 May 2006 09:28:48 +0000 (11:28 +0200)
committerStefan Roese <sr@denx.de>
Wed, 10 May 2006 09:28:48 +0000 (11:28 +0200)
Patch by Hiroki Kaminaga, 11 Mar 2006

CHANGELOG
board/omap1610inn/lowlevel_init.S
board/omap730p2/lowlevel_init.S

index 96c9162..569a20b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports
+  Patch by Hiroki Kaminaga, 11 Mar 2006
+
 * Update omap5912osk board support
   - Fix OMAP support that omap5912osk compiles in current source tree
   - Update with code from "http://omap.spectrumdigital.com/osk5912"
index eaf1742..cc8347f 100644 (file)
@@ -382,7 +382,7 @@ REG_WATCHDOG:
        .word 0xfffec808
 
 REG_MPU_LOAD_TIMER:
-       .word 0xfffec600
+       .word 0xfffec504
 REG_MPU_CNTL_TIMER:
        .word 0xfffec500
 
index 6c6f482..9ab71cf 100644 (file)
@@ -317,7 +317,7 @@ REG_WATCHDOG:
        .word 0xfffec808
 
 REG_MPU_LOAD_TIMER:
-       .word 0xfffec600
+       .word 0xfffec504
 REG_MPU_CNTL_TIMER:
        .word 0xfffec500