summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2013-04-15 18:19:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-16 15:19:26 +0200
commitb6404068f12b7745170760f87bc96cc14add902b (patch)
treef61fc9a31a33713271d5612bd4ccd362c8a775b9 /commands/Kconfig
parent78b72d156da49597957f786b27f34e0231ab2f49 (diff)
downloadbarebox-b6404068f12b7745170760f87bc96cc14add902b.tar.gz
barebox-b6404068f12b7745170760f87bc96cc14add902b.tar.xz
commands: the crc command is actually called crc32
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 00627580ef..aa51b85e2e 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -308,12 +308,12 @@ config CMD_MEMORY
config CMD_CRC
tristate
select CRC32
- prompt "crc"
+ prompt "crc32"
config CMD_CRC_CMP
tristate
depends on CMD_CRC
- prompt "compare 2 files crc"
+ prompt "compare 2 files using crc32"
config CMD_DIGEST
tristate