diff options
author | Wolfgang Denk <wd@denx.de> | 2012-11-29 02:53:29 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-02-28 14:49:24 +0100 |
commit | 4cfc611b4a4ce009cfad46804bec2a1caad8e329 (patch) | |
tree | 64fa8d69dbc94806d062167f64673f31e97e0a26 /drivers/serial/Makefile | |
parent | 11da5d821324991f1e6a79bde1a0908ffb9bcf36 (diff) | |
download | u-boot-imx-4cfc611b4a4ce009cfad46804bec2a1caad8e329.zip u-boot-imx-4cfc611b4a4ce009cfad46804bec2a1caad8e329.tar.gz u-boot-imx-4cfc611b4a4ce009cfad46804bec2a1caad8e329.tar.bz2 |
ARM: ns9750dev: remove remainders of dead board
Commit 8b710b1 started removing code for the unmaintained "ns9750dev"
board; the board support is still broken, and not included anywhere in
the Makefile or boards.cfg. Remove the remaining dead code.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/serial/Makefile')
-rw-r--r-- | drivers/serial/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile index 5e8b648..de3f471 100644 --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile @@ -33,7 +33,6 @@ COBJS-$(CONFIG_ARM_DCC) += arm_dcc.o COBJS-$(CONFIG_ATMEL_USART) += atmel_usart.o COBJS-$(CONFIG_LPC32XX_HSUART) += lpc32xx_hsuart.o COBJS-$(CONFIG_MCFUART) += mcfuart.o -COBJS-$(CONFIG_NS9750_UART) += ns9750_serial.o COBJS-$(CONFIG_OPENCORES_YANU) += opencores_yanu.o COBJS-$(CONFIG_SYS_NS16550) += ns16550.o COBJS-$(CONFIG_S3C64XX) += s3c64xx.o |