X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fcramfs.c;h=c1034916c600bda104df6073e75a52ae4ec55679;hb=3f84e2e8906797772d920a770e556c24762ce464;hp=270701b99d9bf506a08fc3b9aad4b177ae1ebb31;hpb=57dc53a72460e8e301fa1cc7951b41db8e731485;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 */ - -/***************************************************/