summaryrefslogtreecommitdiffstats
path: root/board/omap1610inn/platform.S
diff options
context:
space:
mode:
Diffstat (limited to 'board/omap1610inn/platform.S')
-rw-r--r--board/omap1610inn/platform.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/omap1610inn/platform.S b/board/omap1610inn/platform.S
index 4d6224cccf..2fa4378b62 100644
--- a/board/omap1610inn/platform.S
+++ b/board/omap1610inn/platform.S
@@ -41,6 +41,15 @@ _TEXT_BASE:
platformsetup:
+ /*------------------------------------------------------*
+ *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]
+
/*------------------------------------------------------*
* Set up ARM CLM registers (IDLECT1) *
*------------------------------------------------------*/
OpenPOWER on IntegriCloud