mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
trab: fix warning: implicit declaration of function 'disable_vfd'
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
a9f99ab44b
commit
4713010adf
@ -205,6 +205,8 @@ void reset_cpu(ulong ignored)
|
|||||||
struct s3c24x0_watchdog *watchdog;
|
struct s3c24x0_watchdog *watchdog;
|
||||||
|
|
||||||
#ifdef CONFIG_TRAB
|
#ifdef CONFIG_TRAB
|
||||||
|
extern void disable_vfd(void);
|
||||||
|
|
||||||
disable_vfd();
|
disable_vfd();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user