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 /fs/Makefile | |
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 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index 34dc035..1822165 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -15,7 +15,6 @@ obj-$(CONFIG_CMD_CBFS) += cbfs/ obj-$(CONFIG_CMD_CRAMFS) += cramfs/ obj-$(CONFIG_FS_EXT4) += ext4/ obj-y += fat/ -obj-$(CONFIG_CMD_FDOS) += fdos/ obj-$(CONFIG_CMD_JFFS2) += jffs2/ obj-$(CONFIG_CMD_REISER) += reiserfs/ obj-$(CONFIG_SANDBOX) += sandbox/ |