diff options
Diffstat (limited to 'cmd/cramfs.c')
-rw-r--r-- | cmd/cramfs.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 <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 */ - -/***************************************************/ |