]> git.sur5r.net Git - u-boot/blobdiff - fs/cramfs/cramfs.c
Blackfin: support embedding the environment into loader files (LDRs)
[u-boot] / fs / cramfs / cramfs.c
index 37d0cbad9a5126bb0c5a9cd7d7917b9fbbfb8443..2956d390da048f899f3cbb54389eb93907f9a636 100644 (file)
@@ -26,9 +26,6 @@
 
 #include <common.h>
 #include <malloc.h>
-
-#if (CONFIG_COMMANDS & CFG_CMD_JFFS2) || defined(CONFIG_CMD_JFFS2)
-
 #include <asm/byteorder.h>
 #include <linux/stat.h>
 #include <jffs2/jffs2.h>
@@ -343,5 +340,3 @@ int cramfs_check (struct part_info *info)
        }
        return 1;
 }
-
-#endif /* CFG_FS_CRAMFS */