Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] S3C64XX: Use common watchdog reset for system reset. | Ben Dooks | 2009-05-17 | 1 | -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 Dooks | 2009-05-17 | 1 | -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> |