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 /common/Makefile | |
parent | 79cfe422615c010a75ece41662a05cd432ada389 (diff) | |
download | u-boot-566e5cf451ae7e33e31bb62ae5b9b258e33f8609.tar.gz u-boot-566e5cf451ae7e33e31bb62ae5b9b258e33f8609.tar.xz u-boot-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 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index f81cff93c9..224b7cc712 100644 --- a/common/Makefile +++ b/common/Makefile @@ -160,7 +160,6 @@ COBJS-$(CONFIG_USB_STORAGE) += usb_storage.o endif COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o COBJS-$(CONFIG_YAFFS2) += cmd_yaffs2.o -COBJS-$(CONFIG_VFD) += cmd_vfd.o # others COBJS-$(CONFIG_DDR_SPD) += ddr_spd.o |