diff options
author | wdenk <wdenk> | 2003-10-15 23:53:47 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-10-15 23:53:47 +0000 |
commit | 42d1f0394bef0624fc9664714d54bb137931d6a6 (patch) | |
tree | 892a4130507484d25faf9a72e019cf88cfb3e3d9 /board/omap1610inn/platform.S | |
parent | 2d5b561e2bfdee8552a99b2cf93016cce2a74895 (diff) | |
download | u-boot-imx-42d1f0394bef0624fc9664714d54bb137931d6a6.zip u-boot-imx-42d1f0394bef0624fc9664714d54bb137931d6a6.tar.gz u-boot-imx-42d1f0394bef0624fc9664714d54bb137931d6a6.tar.bz2 |
* Patches by Xianghua Xiao, 15 Oct 2003:
- Added Motorola CPU 8540/8560 support (cpu/85xx)
- Added Motorola MPC8540ADS board support (board/mpc8540ads)
- Added Motorola MPC8560ADS board support (board/mpc8560ads)
* Minor code cleanup
Diffstat (limited to 'board/omap1610inn/platform.S')
-rw-r--r-- | board/omap1610inn/platform.S | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/board/omap1610inn/platform.S b/board/omap1610inn/platform.S index 9e3fc4f..cad152b 100644 --- a/board/omap1610inn/platform.S +++ b/board/omap1610inn/platform.S @@ -132,8 +132,6 @@ watch2Wait: bne watch2Wait - - /* Set memory timings corresponding to the new clock speed */ /* Check execution location to determine current execution location @@ -275,7 +273,7 @@ REG_ARM_CKCTL: /* 16 bits */ REG_ARM_IDLECT3: /* 16 bits */ .word 0xfffece24 REG_ARM_IDLECT2: /* 16 bits */ - .word 0xfffece08 + .word 0xfffece08 REG_ARM_IDLECT1: /* 16 bits */ .word 0xfffece04 @@ -293,7 +291,7 @@ REG_WSPRDOG: .word 0xfffeb048 /* watchdog write pending */ REG_WWPSDOG: - .word 0xfffeb034 + .word 0xfffeb034 WSPRDOG_VAL1: .word 0x0000aaaa @@ -342,7 +340,7 @@ REG_WATCHDOG: /* 96 MHz Samsung Mobile DDR */ SDRAM_CONFIG_VAL: - .word 0x001200f4 + .word 0x001200f4 DLL_LRD_CONTROL_VAL: .word 0x00800002 |