]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/cramfs.c
Merge branch 'master' of git://git.denx.de/u-boot-spi
[people/ms/u-boot.git] / cmd / cramfs.c
index 270701b99d9bf506a08fc3b9aad4b177ae1ebb31..c1034916c600bda104df6073e75a52ae4ec55679 100644 (file)
@@ -29,7 +29,6 @@
 # define DEBUGF(fmt, args...)
 #endif
 
-#ifdef CONFIG_CRAMFS_CMDLINE
 #include <flash.h>
 
 #ifdef CONFIG_SYS_NO_FLASH
@@ -201,7 +200,3 @@ U_BOOT_CMD(
        "[ directory ]\n"
        "    - list files in a directory.\n"
 );
-
-#endif /* #ifdef CONFIG_CRAMFS_CMDLINE */
-
-/***************************************************/