]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix typos in cpu/85xx/start.S which caused DataTLB exception to be
authorWolfgang Denk <wd@pollux.denx.de>
Wed, 3 Aug 2005 23:24:19 +0000 (01:24 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Wed, 3 Aug 2005 23:24:19 +0000 (01:24 +0200)
routed to the Watchdog handler
Patch by Eugene Surovegin, 18 Jun 2005

CHANGELOG
cpu/mpc85xx/start.S

index 0816b4e790ece36274bf27f56782fbcd5fc2c110..e4651e7fcc08a80298c877beb1155d03e9a74ca9 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,10 @@
 Changes for U-Boot 1.1.3:
 ======================================================================
 
+* Fix typos in cpu/85xx/start.S which caused DataTLB exception to be
+  routed to the Watchdog handler
+  Patch by Eugene Surovegin, 18 Jun 2005
+
 * (re)enabled scsi commands do_scsi() and do_scsiboot() 
   Patch by Denis Peter, 06 Dec 2004
 
index 7bca008b58c703096443121a8065cd7d28bb5c5b..af28ebe33fcb52b7c87f5871d2a3a8fd68cc72d4 100644 (file)
@@ -204,8 +204,8 @@ _start_e500:
        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 */