summaryrefslogtreecommitdiff
path: root/common/cmd_vfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_vfd.c')
-rw-r--r--common/cmd_vfd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/cmd_vfd.c b/common/cmd_vfd.c
index 104c31056..45f427126 100644
--- a/common/cmd_vfd.c
+++ b/common/cmd_vfd.c
@@ -75,7 +75,6 @@ U_BOOT_CMD(
);
#endif
-#ifdef CONFIG_VFD
int trab_vfd (ulong bitmap)
{
uchar *addr;
@@ -103,4 +102,3 @@ int trab_vfd (ulong bitmap)
transfer_pic(3, addr, VFD_LOGO_HEIGHT, VFD_LOGO_WIDTH);
return 0;
}
-#endif /* CONFIG_VFD */