diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-12-07 23:53:21 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-07 23:02:28 +0000 |
commit | 32d2deeab91be4de630d22fa7f4dbb3d61eba474 (patch) | |
tree | a7edaa4cd363baf2b4bedde90c96880778ec2b23 /include | |
parent | 7174d852603ced7a161f47c6e3958073706114a9 (diff) | |
download | op-kernel-dev-32d2deeab91be4de630d22fa7f4dbb3d61eba474.zip op-kernel-dev-32d2deeab91be4de630d22fa7f4dbb3d61eba474.tar.gz |
[ARM] 4001/1: S3C24XX: shorten reboot time
Cut down the time between requesting a reboot
and actually getting the reboot to happen by
a quarter.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-s3c2410/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-s3c2410/system.h b/include/asm-arm/arch-s3c2410/system.h index 718246d..4f72a85 100644 --- a/include/asm-arm/arch-s3c2410/system.h +++ b/include/asm-arm/arch-s3c2410/system.h @@ -71,7 +71,7 @@ arch_reset(char mode) /* set the watchdog to go and reset... */ __raw_writel(S3C2410_WTCON_ENABLE|S3C2410_WTCON_DIV16|S3C2410_WTCON_RSTEN | - S3C2410_WTCON_PRESCALE(0x80), S3C2410_WTCON); + S3C2410_WTCON_PRESCALE(0x20), S3C2410_WTCON); /* wait for reset to assert... */ mdelay(5000); |