summaryrefslogtreecommitdiff
path: root/include/stdio_dev.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-05-01 18:44:23 (GMT)
committerWolfgang Denk <wd@denx.de>2011-06-22 18:00:51 (GMT)
commit566e5cf451ae7e33e31bb62ae5b9b258e33f8609 (patch)
treead2dd1fedb542a5974ca4d34081fbafb8f7f3f9b /include/stdio_dev.h
parent79cfe422615c010a75ece41662a05cd432ada389 (diff)
downloadu-boot-566e5cf451ae7e33e31bb62ae5b9b258e33f8609.tar.xz
ARM: drop unsupported 'trab' board
The 'trab' board configuration is broken, and there is nobody who is interested and willing to fix it. Drop it. This includes support for VFD displays which have always been used by this board only. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/stdio_dev.h')
-rw-r--r--include/stdio_dev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h
index 82ad463..23e0ee1 100644
--- a/include/stdio_dev.h
+++ b/include/stdio_dev.h
@@ -105,9 +105,6 @@ int drv_arm_dcc_init(void);
#ifdef CONFIG_LCD
int drv_lcd_init (void);
#endif
-#ifdef CONFIG_VFD
-int drv_vfd_init (void);
-#endif
#if defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE)
int drv_video_init (void);
#endif