diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:18 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 13:33:56 (GMT) |
commit | b0e7a70a0594c3545a5da3e1a456362be1c27705 (patch) | |
tree | 73db309d7b6d8b9373b3efbb74b19f957b3161b5 /include | |
parent | ef072200fa64ab0ca17fd6369fcfb95585afe8da (diff) | |
download | u-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')
-rw-r--r-- | include/config_cmd_all.h | 1 | ||||
-rw-r--r-- | include/configs/PIP405.h | 1 |
2 files changed, 0 insertions, 2 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 */ diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 84b1a73..eb1f0e2 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -41,7 +41,6 @@ #define CONFIG_CMD_PCI #define CONFIG_CMD_IRQ #define CONFIG_CMD_REGINFO -#define CONFIG_CMD_FDC #define CONFIG_SCSI #define CONFIG_CMD_SDRAM #define CONFIG_CMD_SAVES |