diff options
Diffstat (limited to 'arch/arm/cpu/arm920t/s3c24x0/timer.c')
| -rw-r--r-- | arch/arm/cpu/arm920t/s3c24x0/timer.c | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/arch/arm/cpu/arm920t/s3c24x0/timer.c b/arch/arm/cpu/arm920t/s3c24x0/timer.c index 8cf9ff6be..f17b7ea5a 100644 --- a/arch/arm/cpu/arm920t/s3c24x0/timer.c +++ b/arch/arm/cpu/arm920t/s3c24x0/timer.c @@ -177,7 +177,7 @@ ulong get_tbclk(void)  {  	ulong tbclk; -#if defined(CONFIG_SMDK2400) || defined(CONFIG_TRAB) +#if defined(CONFIG_SMDK2400)  	tbclk = timer_load_val * 100;  #elif defined(CONFIG_SBC2410X) || \        defined(CONFIG_SMDK2410) || \ @@ -198,12 +198,6 @@ void reset_cpu(ulong ignored)  {  	struct s3c24x0_watchdog *watchdog; -#ifdef CONFIG_TRAB -	extern void disable_vfd(void); - -	disable_vfd(); -#endif -  	watchdog = s3c24x0_get_base_watchdog();  	/* Disable watchdog */ |