diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rsk7264.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rsk7264.h b/include/configs/rsk7264.h index c1ffc348f..af9524e8b 100644 --- a/include/configs/rsk7264.h +++ b/include/configs/rsk7264.h @@ -65,7 +65,7 @@  #define CONFIG_ENV_SIZE		CONFIG_ENV_SECT_SIZE  /* Board Clock */ -#define CONFIG_SYS_CLK_FREQ	33333333 +#define CONFIG_SYS_CLK_FREQ	36000000  #define CMT_CLK_DIVIDER		32	/* 8 (default), 32, 128 or 512 */  #define CONFIG_SYS_HZ		(CONFIG_SYS_CLK_FREQ / CMT_CLK_DIVIDER)  |