aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cramfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cramfs.c')
-rw-r--r--cmd/cramfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/cramfs.c b/cmd/cramfs.c
index b57e2815926..baff50d1bd6 100644
--- a/cmd/cramfs.c
+++ b/cmd/cramfs.c
@@ -6,7 +6,6 @@
* Add support for a CRAMFS located in RAM
*/
-
/*
* CRAMFS support
*/
@@ -32,7 +31,6 @@
# define DEBUGF(fmt, args...)
#endif
-
#ifndef CONFIG_MTD_NOR_FLASH
# define OFFSET_ADJUSTMENT 0
#else