diff options
Diffstat (limited to 'cmd/cramfs.c')
-rw-r--r-- | cmd/cramfs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/cramfs.c b/cmd/cramfs.c index 57e2afa2472..baff50d1bd6 100644 --- a/cmd/cramfs.c +++ b/cmd/cramfs.c @@ -6,11 +6,9 @@ * Add support for a CRAMFS located in RAM */ - /* * CRAMFS support */ -#include <common.h> #include <command.h> #include <env.h> #include <image.h> @@ -33,7 +31,6 @@ # define DEBUGF(fmt, args...) #endif - #ifndef CONFIG_MTD_NOR_FLASH # define OFFSET_ADJUSTMENT 0 #else |