diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-03 23:24:19 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-03 23:24:19 (GMT) |
commit | 3e0bc4473add883fd68a49b7dab971191b943415 (patch) | |
tree | bc2a973acf23534f1bb467b4c82c434af8242be5 /cpu | |
parent | 460c322f13ec0e20d3ac72fe375873458999e43a (diff) | |
download | u-boot-3e0bc4473add883fd68a49b7dab971191b943415.tar.xz |
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
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/mpc85xx/start.S | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |