summaryrefslogtreecommitdiffstats
path: root/cpu/arm926ejs
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-02-26 23:01:04 +0000
committerwdenk <wdenk>2004-02-26 23:01:04 +0000
commit0c852a2886fb51222f8fb07e6cde3b72fa4e566d (patch)
tree76e7c8a736d52540e0ec384be89693bfe330842d /cpu/arm926ejs
parenta084f7da880504a28dc13725148464b8e556c69d (diff)
downloadblackbird-obmc-uboot-0c852a2886fb51222f8fb07e6cde3b72fa4e566d.tar.gz
blackbird-obmc-uboot-0c852a2886fb51222f8fb07e6cde3b72fa4e566d.zip
* Patch by Rahul Shanbhag, 19 Feb 2004:
Fixes for for OMAP1610 board: - shift some IRQ specific code to platform.S file - remove duplicatewatchdog reset code from start.S * Make Auto-MDIX Support configurable on INCA-IP board * Fix license for mkimage tool
Diffstat (limited to 'cpu/arm926ejs')
-rw-r--r--cpu/arm926ejs/start.S21
1 files changed, 0 insertions, 21 deletions
diff --git a/cpu/arm926ejs/start.S b/cpu/arm926ejs/start.S
index 0c28927ba0..51a26052bb 100644
--- a/cpu/arm926ejs/start.S
+++ b/cpu/arm926ejs/start.S
@@ -133,27 +133,6 @@ reset:
orr r0,r0,#0xd3
msr cpsr,r0
-
- /*
- * turn off the watchdog, unlock/diable sequence
- */
- mov r1, #0xF5
- ldr r0, =WDTIM_MODE
- strh r1, [r0]
- mov r1, #0xA0
- strh r1, [r0]
-
-
- /*
- * mask all IRQs by setting all bits in the INTMR - default
- */
-
- mov r1, #0xffffffff
- ldr r0, =REG_IHL1_MIR
- str r1, [r0]
- ldr r0, =REG_IHL2_MIR
- str r1, [r0]
-
/*
* we do sys-critical inits only at reboot,
* not when booting from ram!
OpenPOWER on IntegriCloud