summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-11-27 21:30:46 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-11-27 21:32:33 +0100
commitd6ddc7fbfc175cf5040f3ffe7cad012ed57c4dc5 (patch)
tree86f6ac9b26a99b28715aada26667926b6823ddba
parent8c3a4960293141618d8435b5db27d928ae127ded (diff)
downloadbarebox-d6ddc7fbfc175cf5040f3ffe7cad012ed57c4dc5.tar.gz
barebox-d6ddc7fbfc175cf5040f3ffe7cad012ed57c4dc5.tar.xz
flinfo is not there any more, remove reference in kconfig
The flinfo command has been removed because it's functionality is now integrated into the driver model. Fix the kconfig entry accordingly. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--commands/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 0725ec0c1e..bb57152f4b 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -187,7 +187,7 @@ menu "flash "
config CMD_FLASH
tristate
- prompt "protect/erase/flinfo"
+ prompt "protect/erase"
endmenu