diff options
| author | Wolfgang Denk <wd@denx.de> | 2011-05-01 20:44:23 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-06-22 20:00:51 +0200 | 
| commit | 566e5cf451ae7e33e31bb62ae5b9b258e33f8609 (patch) | |
| tree | ad2dd1fedb542a5974ca4d34081fbafb8f7f3f9b /include/common.h | |
| parent | 79cfe422615c010a75ece41662a05cd432ada389 (diff) | |
| download | olio-uboot-2014.01-566e5cf451ae7e33e31bb62ae5b9b258e33f8609.tar.xz olio-uboot-2014.01-566e5cf451ae7e33e31bb62ae5b9b258e33f8609.zip | |
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/common.h')
| -rw-r--r-- | include/common.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/include/common.h b/include/common.h index 1e4a6a575..1e21b7a3d 100644 --- a/include/common.h +++ b/include/common.h @@ -606,9 +606,6 @@ void mii_init (void);  /* $(CPU)/.../lcd.c */  ulong	lcd_setmem (ulong); -/* $(CPU)/.../vfd.c */ -ulong	vfd_setmem (ulong); -  /* $(CPU)/.../video.c */  ulong	video_setmem (ulong); |