summaryrefslogtreecommitdiffstats
path: root/commands/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/flash.c')
-rw-r--r--commands/flash.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/commands/flash.c b/commands/flash.c
index 7d7876d862..835663c2b6 100644
--- a/commands/flash.c
+++ b/commands/flash.c
@@ -1,4 +1,6 @@
/*
+ * erase, protect, unprotect - FLASH support
+ *
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
@@ -21,9 +23,6 @@
* MA 02111-1307 USA
*/
-/*
- * FLASH support
- */
#include <common.h>
#include <command.h>
#include <cfi_flash.h>