[U-Boot-Users] [patch] Fix interrupt sub mask on S3C2410
Martin Krause
Martin.Krause at tqs.de
Thu Mar 22 13:32:30 CET 2007
Fix interrupt sub mask on S3C2410
Signed-off-by: Martin Krause <martin.krause at tqs.de>
---
commit e348169ea84bec385ca8ecb945a4d8e7cab7651f
tree 9572632f396281d35f2d0d62841f42fdd6f9ad78
parent 07313ba46cf7df156f3b52be9b47bb945825ab78
author Martin Krause <martin.krause at tqs.de> Tue, 30 Jan 2007 16:52:42 +0100
committer Martin Krause <martin.krause at tqs.de> Tue, 30 Jan 2007 16:52:42 +0100
cpu/arm920t/start.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S
index 346f0d0..8f463dd 100644
--- a/cpu/arm920t/start.S
+++ b/cpu/arm920t/start.S
@@ -140,7 +140,7 @@ reset:
ldr r0, =INTMSK
str r1, [r0]
# if defined(CONFIG_S3C2410)
- ldr r1, =0x3ff
+ ldr r1, =0x7ff
ldr r0, =INTSUBMSK
str r1, [r0]
# endif
More information about the U-Boot
mailing list