Jelajahi Sumber

Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports
Patch by Hiroki Kaminaga, 11 Mar 2006

Stefan Roese 19 tahun lalu
induk
melakukan
77f633425b
3 mengubah file dengan 5 tambahan dan 2 penghapusan
  1. 3 0
      CHANGELOG
  2. 1 1
      board/omap1610inn/lowlevel_init.S
  3. 1 1
      board/omap730p2/lowlevel_init.S

+ 3 - 0
CHANGELOG

@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 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
 * Update omap5912osk board support
   - Fix OMAP support that omap5912osk compiles in current source tree
   - Fix OMAP support that omap5912osk compiles in current source tree
   - Update with code from "http://omap.spectrumdigital.com/osk5912"
   - Update with code from "http://omap.spectrumdigital.com/osk5912"

+ 1 - 1
board/omap1610inn/lowlevel_init.S

@@ -382,7 +382,7 @@ REG_WATCHDOG:
 	.word 0xfffec808
 	.word 0xfffec808
 
 
 REG_MPU_LOAD_TIMER:
 REG_MPU_LOAD_TIMER:
-	.word 0xfffec600
+	.word 0xfffec504
 REG_MPU_CNTL_TIMER:
 REG_MPU_CNTL_TIMER:
 	.word 0xfffec500
 	.word 0xfffec500
 
 

+ 1 - 1
board/omap730p2/lowlevel_init.S

@@ -317,7 +317,7 @@ REG_WATCHDOG:
 	.word 0xfffec808
 	.word 0xfffec808
 
 
 REG_MPU_LOAD_TIMER:
 REG_MPU_LOAD_TIMER:
-	.word 0xfffec600
+	.word 0xfffec504
 REG_MPU_CNTL_TIMER:
 REG_MPU_CNTL_TIMER:
 	.word 0xfffec500
 	.word 0xfffec500