--- linux-2.6.19-git9/include/asm-arm/arch-s3c2410/system.h 2006-11-29 21:57:37.000000000 +0000 +++ linux-2.6.19-simtec1p5/include/asm-arm/arch-s3c2410/system.h 2006-12-06 00:12:31.000000000 +0000 @@ -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);