diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-08 04:11:38 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-16 18:00:36 +0200 |
commit | b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74 (patch) | |
tree | 86317ad608d96feb3a4d73c23d558fcf39b360fc /drivers/serial/Makefile | |
parent | 34cda7a0d89297e450106951d554b56ed4c1fd3b (diff) | |
download | u-boot-imx-b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74.zip u-boot-imx-b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74.tar.gz u-boot-imx-b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74.tar.bz2 |
Remove lh7a40x cpu and serial driver
Since commit 957731ed (ARM: remove broken "lpd7a40x" boards),
lh7a40x cpu and serial driver have become unused. Remove them.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
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 3c32f97..920ce69 100644 --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile @@ -45,7 +45,6 @@ COBJS-$(CONFIG_IMX_SERIAL) += serial_imx.o COBJS-$(CONFIG_IXP_SERIAL) += serial_ixp.o COBJS-$(CONFIG_KS8695_SERIAL) += serial_ks8695.o COBJS-$(CONFIG_LPC2292_SERIAL) += serial_lpc2292.o -COBJS-$(CONFIG_LH7A40X_SERIAL) += serial_lh7a40x.o COBJS-$(CONFIG_MAX3100_SERIAL) += serial_max3100.o COBJS-$(CONFIG_MXC_UART) += serial_mxc.o COBJS-$(CONFIG_NETARM_SERIAL) += serial_netarm.o |