* msp430/crt0.S: Remove watchdog disabling code.
This commit is contained in:
parent
a669484b81
commit
23066e1b64
|
@ -1,3 +1,7 @@
|
||||||
|
2015-08-20 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* msp430/crt0.S: Remove watchdog disabling code.
|
||||||
|
|
||||||
2015-08-07 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
|
2015-08-07 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
|
||||||
|
|
||||||
* or1k/boards/optimsoc.S: Fix symbol name
|
* or1k/boards/optimsoc.S: Fix symbol name
|
||||||
|
|
|
@ -59,8 +59,6 @@ START_CRT_FUNC 0000 start
|
||||||
#endif
|
#endif
|
||||||
mov_ #__stack, R1
|
mov_ #__stack, R1
|
||||||
|
|
||||||
;; Disable watchdog timer.
|
|
||||||
MOV #0x5a80, &0x15C
|
|
||||||
END_CRT_FUNC start
|
END_CRT_FUNC start
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue