summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-08-27 15:52:28 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-02-17 10:54:01 +0100
commit70000702b9805158a0c4c9f1ae8c64bc100fd04b (patch)
treec9a57557c943bf7899718d29d2ec5ebc0c8b9a1e
parentbdc1d78a6774112b7bab23ce5a220aecccdf7c12 (diff)
MLK-11433 driver: fastboot: Discard unused directory
CONFIG_FASTBOOT is not used, since we have CONFIG_FSL_FASTBOOT and CONFIG_CMD_FASTBOOT for fastboot. "drivers/fastboot" can be discarded. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
-rw-r--r--drivers/Makefile1
-rw-r--r--drivers/fastboot/Makefile8
2 files changed, 0 insertions, 9 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 2350a9a1d7..5ef58c051e 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -23,4 +23,3 @@ obj-y += input/
# SOC specific infrastructure drivers.
obj-y += soc/
obj-y += thermal/
-obj-y += fastboot/
diff --git a/drivers/fastboot/Makefile b/drivers/fastboot/Makefile
deleted file mode 100644
index 251120d85c..0000000000
--- a/drivers/fastboot/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# (C) Copyright 2000-2007
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-obj-$(CONFIG_FASTBOOT) += fastboot.o