mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports
Patch by Hiroki Kaminaga, 11 Mar 2006
This commit is contained in:
parent
6080a0eb63
commit
77f633425b
3 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -382,7 +382,7 @@ REG_WATCHDOG:
|
|||
.word 0xfffec808
|
||||
|
||||
REG_MPU_LOAD_TIMER:
|
||||
.word 0xfffec600
|
||||
.word 0xfffec504
|
||||
REG_MPU_CNTL_TIMER:
|
||||
.word 0xfffec500
|
||||
|
||||
|
|
|
@ -317,7 +317,7 @@ REG_WATCHDOG:
|
|||
.word 0xfffec808
|
||||
|
||||
REG_MPU_LOAD_TIMER:
|
||||
.word 0xfffec600
|
||||
.word 0xfffec504
|
||||
REG_MPU_CNTL_TIMER:
|
||||
.word 0xfffec500
|
||||
|
||||
|
|
Loading…
Reference in a new issue