diff options
| author | Simon Glass <[email protected]> | 2019-12-28 10:44:47 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-17 13:26:50 -0500 |
| commit | 015e3348fc3f0f20fd9286bf245e26212568ec93 (patch) | |
| tree | e55b1d7c4083bd948d41de699a7b59e3edd61bb7 /cmd/Kconfig | |
| parent | a6f2aafe0966f23e3fb3146fb80a4565163157c3 (diff) | |
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 <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 298feae24d3..b1a1cbcab25 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 |
