diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/DK1C20.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/DK1C20.h b/include/configs/DK1C20.h index 938e83aec..87ba76009 100644 --- a/include/configs/DK1C20.h +++ b/include/configs/DK1C20.h @@ -158,7 +158,7 @@  #define	CFG_MAXARGS		16		/* max number of command args	*/  #define CFG_BARGSIZE		CFG_CBSIZE	/* Boot Argument Buffer Size	*/  #undef  CFG_CLKS_IN_HZ -#define	CFG_HZ			1562500 +#define	CFG_HZ			1000		/* decr freq: 1ms ticks */  #define CFG_LOAD_ADDR		0x00800000	/* Default load address */  #define CFG_MEMTEST_START	0x00000000 |