summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/include/plat/watchdog-reset.h
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] S3C64XX: Use common watchdog reset for system reset.Ben Dooks2009-05-171-0/+1
| | | | | | | Use the newly moved <plat/watchdog-reset.h> to perform the arch_reset() call which has been unimplemented for a while. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C: Move watchdog system reset to own file.Ben Dooks2009-05-171-0/+48
Move the watchdog reset code from <mach/system-reset.h> to a new file <plat/watchdog-reset.h> as this code is needed by both s3c2410, s3c64xx and soon-to-be added s3c24a0. Signed-off-by: Ben Dooks <ben-linux@fluff.org>