[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


Uuups, second try. This time with the patch attached (because the
inline version is quoted printable coded and perhaps not useable 
by all email clients).

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-interrupt-sub-mask-on-s3c2410.patch
Type: application/octet-stream
Size: 778 bytes
Desc: fix-interrupt-sub-mask-on-s3c2410.patch
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070322/da7ba950/attachment.obj 


More information about the U-Boot mailing list