Skip to content
Snippets Groups Projects
Commit f6970d0c authored by Horst Kronstorfer's avatar Horst Kronstorfer Committed by Kim Phillips
Browse files

Fixed two typos in arch/powerpc/cpu/mpc83xx/start.S.

parent 2f05e394
No related branches found
No related tags found
No related merge requests found
...@@ -507,7 +507,7 @@ init_e300_core: /* time t 10 */ ...@@ -507,7 +507,7 @@ init_e300_core: /* time t 10 */
lis r3, CONFIG_SYS_IMMR@h lis r3, CONFIG_SYS_IMMR@h
#if defined(CONFIG_WATCHDOG) #if defined(CONFIG_WATCHDOG)
/* Initialise the Wathcdog values and reset it (if req) */ /* Initialise the Watchdog values and reset it (if req) */
/*------------------------------------------------------*/ /*------------------------------------------------------*/
lis r4, CONFIG_SYS_WATCHDOG_VALUE lis r4, CONFIG_SYS_WATCHDOG_VALUE
ori r4, r4, (SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR) ori r4, r4, (SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR)
...@@ -520,7 +520,7 @@ init_e300_core: /* time t 10 */ ...@@ -520,7 +520,7 @@ init_e300_core: /* time t 10 */
li r4, -0x55C7 li r4, -0x55C7
sth r4, SWSRR@l(r3) sth r4, SWSRR@l(r3)
#else #else
/* Disable Wathcdog */ /* Disable Watchdog */
/*-------------------*/ /*-------------------*/
lwz r4, SWCRR(r3) lwz r4, SWCRR(r3)
/* Check to see if its enabled for disabling /* Check to see if its enabled for disabling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment