summaryrefslogtreecommitdiff
path: root/include/config_cmd_all.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:18 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 13:33:56 (GMT)
commitb0e7a70a0594c3545a5da3e1a456362be1c27705 (patch)
tree73db309d7b6d8b9373b3efbb74b19f957b3161b5 /include/config_cmd_all.h
parentef072200fa64ab0ca17fd6369fcfb95585afe8da (diff)
downloadu-boot-b0e7a70a0594c3545a5da3e1a456362be1c27705.tar.xz
Convert CONFIG_CMD_FDC to Kconfig
This converts the following to Kconfig: CONFIG_CMD_FDC Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r--include/config_cmd_all.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index a824204..9b3d88a 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -13,7 +13,6 @@
* Alphabetical list of all possible commands.
*/
-#define CONFIG_CMD_FDC /* Floppy Disk Support */
#define CONFIG_CMD_FUSE /* Device fuse support */
#define CONFIG_CMD_GETTIME /* Get time since boot */
#define CONFIG_CMD_HASH /* calculate hash / digest */