From: Wolfgang Denk Date: Wed, 3 Aug 2005 23:24:19 +0000 (+0200) Subject: Fix typos in cpu/85xx/start.S which caused DataTLB exception to be X-Git-Tag: v2008.10-rc1~1504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e0bc4473add883fd68a49b7dab971191b943415;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/CHANGELOG b/CHANGELOG index 0816b4e..e4651e7 100644 --- 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 diff --git a/cpu/mpc85xx/start.S b/cpu/mpc85xx/start.S index 7bca008..af28ebe 100644 --- a/cpu/mpc85xx/start.S +++ b/cpu/mpc85xx/start.S @@ -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 */