diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/include/common.h b/include/common.h index f7c93bf5a..8ee80c139 100644 --- a/include/common.h +++ b/include/common.h @@ -495,8 +495,9 @@ int	prt_mpc8220_clks (void);  ulong	get_OPB_freq (void);  ulong	get_PCI_freq (void);  #endif -#if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410) || \ -	defined(CONFIG_LH7A40X) || defined(CONFIG_S3C6400) +#if defined(CONFIG_S3C24X0) || \ +    defined(CONFIG_LH7A40X) || \ +    defined(CONFIG_S3C6400)  ulong	get_FCLK (void);  ulong	get_HCLK (void);  ulong	get_PCLK (void); |