summaryrefslogtreecommitdiff
path: root/cpu/arm920t/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm920t/start.S')
-rw-r--r--cpu/arm920t/start.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S
index a858dfa05e..4a4825ab36 100644
--- a/cpu/arm920t/start.S
+++ b/cpu/arm920t/start.S
@@ -446,6 +446,9 @@ fiq:
reset_cpu:
#ifdef CONFIG_S3C2400
bl disable_interrupts
+# ifdef CONFIG_TRAB
+ bl disable_vfd
+# endif
ldr r1, _rWTCON
ldr r2, _rWTCNT
/* Disable watchdog */