summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 20:44:47 +0300
committerTom Rini <trini@konsulko.com>2020-01-17 21:26:50 +0300
commit015e3348fc3f0f20fd9286bf245e26212568ec93 (patch)
treee55b1d7c4083bd948d41de699a7b59e3edd61bb7 /cmd/Kconfig
parenta6f2aafe0966f23e3fb3146fb80a4565163157c3 (diff)
downloadu-boot-015e3348fc3f0f20fd9286bf245e26212568ec93.tar.xz
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 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 298feae24d..b1a1cbcab2 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -858,11 +858,6 @@ config CMD_FASTBOOT
See doc/android/fastboot.txt for more information.
-config CMD_FDC
- bool "fdcboot - Boot from floppy device"
- help
- The 'fdtboot' command allows booting an image from a floppy disk.
-
config CMD_FLASH
bool "flinfo, erase, protect"
default y