Skip to content
Snippets Groups Projects
Commit 26138623 authored by Shinya Kuribayashi's avatar Shinya Kuribayashi
Browse files

[MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()


Move things to appropriate place.

Signed-off-by: default avatarShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
parent ccf8f824
No related branches found
No related tags found
No related merge requests found
......@@ -276,6 +276,12 @@ __sdram_init:
.ent lowlevel_init
lowlevel_init:
/* Disable Watchdog.
*/
la t9, disable_incaip_wdt
jalr t9
nop
/* EBU, CGU and SDRAM Initialization.
*/
li a0, CPU_CLOCK_RATE
......
......@@ -240,14 +240,6 @@ reset:
1:
lw gp, 0(ra)
#ifdef CONFIG_INCA_IP
/* Disable INCA-IP Watchdog.
*/
la t9, disable_incaip_wdt
jalr t9
nop
#endif
/* Initialize any external memory.
*/
la t9, lowlevel_init
......
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