aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 10:44:47 -0700
committerTom Rini <trini@konsulko.com>2020-01-17 13:26:50 -0500
commit015e3348fc3f0f20fd9286bf245e26212568ec93 (patch)
treee55b1d7c4083bd948d41de699a7b59e3edd61bb7 /drivers/misc/Makefile
parenta6f2aafe0966f23e3fb3146fb80a4565163157c3 (diff)
downloadu-boot-015e3348fc3f0f20fd9286bf245e26212568ec93.zip
u-boot-015e3348fc3f0f20fd9286bf245e26212568ec93.tar.gz
u-boot-015e3348fc3f0f20fd9286bf245e26212568ec93.tar.bz2
common: Drop floppy disk support
This seems pretty old now. It has not been converted to driver model and is not used by any boards. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index d4e8638..2b843de 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -51,7 +51,6 @@ obj-$(CONFIG_LED_STATUS_GPIO) += gpio_led.o
obj-$(CONFIG_MPC83XX_SERDES) += mpc83xx_serdes.o
obj-$(CONFIG_MXC_OCOTP) += mxc_ocotp.o
obj-$(CONFIG_MXS_OCOTP) += mxs_ocotp.o
-obj-$(CONFIG_NS87308) += ns87308.o
obj-$(CONFIG_NUVOTON_NCT6102D) += nuvoton_nct6102d.o
obj-$(CONFIG_P2SB) += p2sb-uclass.o
obj-$(CONFIG_PCA9551_LED) += pca9551_led.o