projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9f99ab
)
trab: fix warning: implicit declaration of function 'disable_vfd'
author
Wolfgang Denk
<wd@denx.de>
Sun, 6 Dec 2009 00:21:28 +0000
(
01:21
+0100)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 7 Dec 2009 20:50:18 +0000
(21:50 +0100)
Signed-off-by: Wolfgang Denk <wd@denx.de>
cpu/arm920t/s3c24x0/timer.c
patch
|
blob
|
history
diff --git
a/cpu/arm920t/s3c24x0/timer.c
b/cpu/arm920t/s3c24x0/timer.c
index 20cedd463967f2339736d110d50874541a5dbb56..a27f0e273cec779639b678e15afa73c070b743ea 100644
(file)
--- a/
cpu/arm920t/s3c24x0/timer.c
+++ b/
cpu/arm920t/s3c24x0/timer.c
@@
-205,6
+205,8
@@
void reset_cpu(ulong ignored)
struct s3c24x0_watchdog *watchdog;
#ifdef CONFIG_TRAB
+ extern void disable_vfd(void);
+
disable_vfd();
#endif