diff options
Diffstat (limited to 'cpu/mips/start.S')
| -rw-r--r-- | cpu/mips/start.S | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/cpu/mips/start.S b/cpu/mips/start.S index 930f9b3fd..fde2944a0 100644 --- a/cpu/mips/start.S +++ b/cpu/mips/start.S @@ -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 |