diff options
author | Stefan Roese <sr@denx.de> | 2006-05-10 11:28:48 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-05-10 11:28:48 +0200 |
commit | 77f633425b5ef0eee3c3fe9d133775ed74ef3b5b (patch) | |
tree | 2e2ebe4fc831b1cb9f363e33ea99d33c65f16dfb /board/omap730p2 | |
parent | 6080a0eb63dacc85ba703dca90271be866112da6 (diff) |
Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports
Patch by Hiroki Kaminaga, 11 Mar 2006
Diffstat (limited to 'board/omap730p2')
-rw-r--r-- | board/omap730p2/lowlevel_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/omap730p2/lowlevel_init.S b/board/omap730p2/lowlevel_init.S index 6c6f48240a2..9ab71cf5518 100644 --- a/board/omap730p2/lowlevel_init.S +++ b/board/omap730p2/lowlevel_init.S @@ -317,7 +317,7 @@ REG_WATCHDOG: .word 0xfffec808 REG_MPU_LOAD_TIMER: - .word 0xfffec600 + .word 0xfffec504 REG_MPU_CNTL_TIMER: .word 0xfffec500 |