diff options
author | Tom Rini <trini@ti.com> | 2014-02-21 08:42:02 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-21 08:42:47 -0500 |
commit | 1530f6f51ada57a9dd24f07d0f0955a8bf84c7b8 (patch) | |
tree | 7ef1cae3c3199b896044e9308494155b1f9dbced /include | |
parent | 4c89a369c7cd6e7ad3adec4601cfa69fec476164 (diff) | |
download | u-boot-imx-1530f6f51ada57a9dd24f07d0f0955a8bf84c7b8.zip u-boot-imx-1530f6f51ada57a9dd24f07d0f0955a8bf84c7b8.tar.gz u-boot-imx-1530f6f51ada57a9dd24f07d0f0955a8bf84c7b8.tar.bz2 |
fs/fdos: Remove
We have an unused FAT implementation in fs/fdos, remove.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 3e8983f..2c2a05b 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -38,7 +38,6 @@ #define CONFIG_CMD_EXT2 /* EXT2 Support */ #define CONFIG_CMD_FAT /* FAT support */ #define CONFIG_CMD_FDC /* Floppy Disk Support */ -#define CONFIG_CMD_FDOS /* Floppy DOS support */ #define CONFIG_CMD_FLASH /* flinfo, erase, protect */ #define CONFIG_CMD_FPGA /* FPGA configuration Support */ #define CONFIG_CMD_FUSE /* Device fuse support */ |