]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cmd/cramfs.c
ARM: tegra: fix ULPI PHY on Ventana and Seaboard
[karo-tx-uboot.git] / cmd / cramfs.c
index 1d31326bd648277826514031271568cfe1fa9ffb..c1034916c600bda104df6073e75a52ae4ec55679 100644 (file)
@@ -29,7 +29,6 @@
 # define DEBUGF(fmt, args...)
 #endif
 
-#ifdef CONFIG_CRAMFS_CMDLINE
 #include <flash.h>
 
 #ifdef CONFIG_SYS_NO_FLASH
@@ -77,7 +76,7 @@ extern int cramfs_ls (struct part_info *info, char *filename);
 extern int cramfs_info (struct part_info *info);
 
 /***************************************************/
-/* U-boot commands                                */
+/* U-Boot commands                                */
 /***************************************************/
 
 /**
@@ -201,7 +200,3 @@ U_BOOT_CMD(
        "[ directory ]\n"
        "    - list files in a directory.\n"
 );
-
-#endif /* #ifdef CONFIG_CRAMFS_CMDLINE */
-
-/***************************************************/