diff options
Diffstat (limited to 'cpu/arm920t/s3c24x0/timer.c')
-rw-r--r-- | cpu/arm920t/s3c24x0/timer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/arm920t/s3c24x0/timer.c b/cpu/arm920t/s3c24x0/timer.c index fcc6c0c..7d47354 100644 --- a/cpu/arm920t/s3c24x0/timer.c +++ b/cpu/arm920t/s3c24x0/timer.c @@ -198,6 +198,8 @@ void reset_cpu(ulong ignored) struct s3c24x0_watchdog *watchdog; #ifdef CONFIG_TRAB + extern void disable_vfd(void); + disable_vfd(); #endif |