summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-05-01 20:44:23 +0200
committerWolfgang Denk <wd@denx.de>2011-06-22 20:00:51 +0200
commit566e5cf451ae7e33e31bb62ae5b9b258e33f8609 (patch)
treead2dd1fedb542a5974ca4d34081fbafb8f7f3f9b /drivers
parent79cfe422615c010a75ece41662a05cd432ada389 (diff)
downloadblackbird-obmc-uboot-566e5cf451ae7e33e31bb62ae5b9b258e33f8609.tar.gz
blackbird-obmc-uboot-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 'drivers')
-rw-r--r--drivers/serial/serial_s3c24x0.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/serial/serial_s3c24x0.c b/drivers/serial/serial_s3c24x0.c
index f42b15e45e..abdbff1cb0 100644
--- a/drivers/serial/serial_s3c24x0.c
+++ b/drivers/serial/serial_s3c24x0.c
@@ -27,15 +27,9 @@ DECLARE_GLOBAL_DATA_PTR;
#define UART_NR S3C24X0_UART0
#elif defined(CONFIG_SERIAL2)
-# if defined(CONFIG_TRAB)
-# error "TRAB supports only CONFIG_SERIAL1"
-# endif
#define UART_NR S3C24X0_UART1
#elif defined(CONFIG_SERIAL3)
-# if defined(CONFIG_TRAB)
-# error "TRAB supports only CONFIG_SERIAL1"
-# endif
#define UART_NR S3C24X0_UART2
#else
OpenPOWER on IntegriCloud