diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2024-02-18 23:59:35 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-04 10:25:47 -0500 |
commit | 3766a249a3c0686c690bab1ce31a1c1090c74d29 (patch) | |
tree | 67790229c327cb5bd887992a7a73511044d5b0ef /fs/Makefile | |
parent | 2a9ebf3282bd6d776304bfec4a73388b611e0851 (diff) | |
download | u-boot-3766a249a3c0686c690bab1ce31a1c1090c74d29.zip u-boot-3766a249a3c0686c690bab1ce31a1c1090c74d29.tar.gz u-boot-3766a249a3c0686c690bab1ce31a1c1090c74d29.tar.bz2 |
fs: drop reiserfs
It was only included by a single board which doesn't appear to have
ever used it for any default use cases so drop the filesystem now
that isn't used by any in-tree configurations.
Signed-off-by: Peter Robinson <pbrobinson@gmail.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 4bed2ff..7b05c79 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -19,7 +19,6 @@ obj-$(CONFIG_CMD_CRAMFS) += cramfs/ obj-$(CONFIG_FS_EXT4) += ext4/ obj-$(CONFIG_FS_FAT) += fat/ obj-$(CONFIG_FS_JFFS2) += jffs2/ -obj-$(CONFIG_CMD_REISER) += reiserfs/ obj-$(CONFIG_SANDBOX) += sandbox/ obj-$(CONFIG_SEMIHOSTING) += semihostingfs.o obj-$(CONFIG_CMD_UBIFS) += ubifs/ |