diff options
| author | Shinya Kuribayashi <[email protected]> | 2008-03-25 21:30:07 +0900 |
|---|---|---|
| committer | Shinya Kuribayashi <[email protected]> | 2008-03-25 21:30:07 +0900 |
| commit | 26138623230ca2bad3c78e05a65527ea70c8b688 (patch) | |
| tree | d2ca428bb6c9e90790bee8fbc97e6e88d11ad344 /cpu | |
| parent | ccf8f824ef67df028dedb29f8ea5d71a5a88d895 (diff) | |
[MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
Move things to appropriate place.
Signed-off-by: Shinya Kuribayashi <[email protected]>
Diffstat (limited to 'cpu')
| -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 930f9b3fde1..fde2944a0dd 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 |
