mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
fa05664cd8
commit
f6db945649
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ init_e300_core: /* time t 10 */
|
|||
|
||||
li r4, 0x556C
|
||||
sth r4, SWSRR@l(r3)
|
||||
li r4, 0xAA39
|
||||
li r4, -0x55C7
|
||||
sth r4, SWSRR@l(r3)
|
||||
#else
|
||||
/* Disable Wathcdog */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue