X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fcramfs.c;h=c1034916c600bda104df6073e75a52ae4ec55679;hb=53eb45ef40b696c0e2d9d5bf4b691a97e8d8ea64;hp=270701b99d9bf506a08fc3b9aad4b177ae1ebb31;hpb=595af9db2422fa5ae734cfe615415b17a5098f34;p=oweals%2Fu-boot.git diff --git a/cmd/cramfs.c b/cmd/cramfs.c index 270701b99d..c1034916c6 100644 --- a/cmd/cramfs.c +++ b/cmd/cramfs.c @@ -29,7 +29,6 @@ # define DEBUGF(fmt, args...) #endif -#ifdef CONFIG_CRAMFS_CMDLINE #include #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 */ - -/***************************************************/