diff options
| author | Simon Glass <[email protected]> | 2017-05-17 03:25:18 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-22 09:33:56 -0400 |
| commit | b0e7a70a0594c3545a5da3e1a456362be1c27705 (patch) | |
| tree | 73db309d7b6d8b9373b3efbb74b19f957b3161b5 /include | |
| parent | ef072200fa64ab0ca17fd6369fcfb95585afe8da (diff) | |
Convert CONFIG_CMD_FDC to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_FDC
Signed-off-by: Simon Glass <[email protected]>
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 a8242049139..9b3d88a1f8e 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 84b1a730331..eb1f0e26c59 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 |
