From e798f5920c8d03ddb3d8f38efb7d08a0def68ea1 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Thu, 7 Dec 2006 23:53:21 +0100 Subject: [PATCH] --- yaml --- r: 43405 b: refs/heads/master c: 32d2deeab91be4de630d22fa7f4dbb3d61eba474 h: refs/heads/master i: 43403: af05b0d7165a15ac1554310f77f5c28025f3042a v: v3 --- [refs] | 2 +- trunk/include/asm-arm/arch-s3c2410/system.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7a6465aa47ef..26dece823384 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7174d852603ced7a161f47c6e3958073706114a9 +refs/heads/master: 32d2deeab91be4de630d22fa7f4dbb3d61eba474 diff --git a/trunk/include/asm-arm/arch-s3c2410/system.h b/trunk/include/asm-arm/arch-s3c2410/system.h index 718246d85952..4f72a853a5cf 100644 --- a/trunk/include/asm-arm/arch-s3c2410/system.h +++ b/trunk/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);