[U-Boot-Users] [PATCH] fix DataTLB exception handler configuration on 85xx
Jon Loeliger
jdl at freescale.com
Mon Jun 20 19:34:28 CEST 2005
* Patch by Eugene Surovegin, 18-June-2005
Fixes a couple of typos in cpu/85xx/start.S, one of which
caused DataTLB exception to be routed to the Watchdog handler
Signed-off-by: Jon Loeliger <jdl at freescale.com>
Signed-off-by: Eugene Surovegin <ebs at ebshome.net>
Index: cpu/mpc85xx/start.S
===================================================================
RCS file: /cvsroot/u-boot/u-boot/cpu/mpc85xx/start.S,v
retrieving revision 1.6
diff -u -r1.6 start.S
--- cpu/mpc85xx/start.S 13 May 2005 22:49:36 -0000 1.6
+++ cpu/mpc85xx/start.S 18 Jun 2005 09:17:26 -0000
@@ -204,8 +204,8 @@
li r1,0x0b00
mtspr IVOR11,r1 /* 11: Interval timer */
li r1,0x0c00
- mtspr IVOR12,r1 /* 11: Watchdog timer */
- li r10,0x0d00
+ mtspr IVOR12,r1 /* 12: Watchdog timer */
+ li r1,0x0d00
mtspr IVOR13,r1 /* 13: Data TLB error */
li r1,0x0e00
mtspr IVOR14,r1 /* 14: Instruction TLB error */
More information about the U-Boot
mailing list