]> 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 e53c783e5a4bed7a2c95452b15ffbf973abdc2d4..2956d390da048f899f3cbb54389eb93907f9a636 100644 (file)
@@ -26,9 +26,6 @@
 
 #include <common.h>
 #include <malloc.h>
-
-#if defined(CONFIG_CMD_CRAMFS)
-
 #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 */