diff options
author | Simon Glass | 2016-02-29 15:26:05 -0700 |
---|---|---|
committer | Simon Glass | 2016-03-14 15:34:50 -0600 |
commit | eea1d148f3c653b23e96a2f842c3760b4cbbaa51 (patch) | |
tree | 4a76d4854c95c0b94ffec4c646920399703c7e36 /cmd | |
parent | 084bf4c244ce98ab1ee7b590d44471fa5cae25f6 (diff) |
Drop CONFIG_CRAMFS_CMDLINE
This option doesn't do anything. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'cmd')
-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 270701b99d9..c1034916c60 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 */ - -/***************************************************/ |