From: Stefan Roese Date: Wed, 10 May 2006 09:28:48 +0000 (+0200) Subject: Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports X-Git-Tag: LABEL_2006_05_19_1133~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=77f633425b5ef0eee3c3fe9d133775ed74ef3b5b;p=karo-tx-uboot.git Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports Patch by Hiroki Kaminaga, 11 Mar 2006 --- diff --git a/CHANGELOG b/CHANGELOG index 96c9162c81..569a20b34a 100644 --- 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" diff --git a/board/omap1610inn/lowlevel_init.S b/board/omap1610inn/lowlevel_init.S index eaf1742cc7..cc8347fa14 100644 --- a/board/omap1610inn/lowlevel_init.S +++ b/board/omap1610inn/lowlevel_init.S @@ -382,7 +382,7 @@ REG_WATCHDOG: .word 0xfffec808 REG_MPU_LOAD_TIMER: - .word 0xfffec600 + .word 0xfffec504 REG_MPU_CNTL_TIMER: .word 0xfffec500 diff --git a/board/omap730p2/lowlevel_init.S b/board/omap730p2/lowlevel_init.S index 6c6f48240a..9ab71cf551 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