From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1URm8L-0007Tz-C0 for barebox@lists.infradead.org; Mon, 15 Apr 2013 16:19:57 +0000 From: Jan Luebbe Date: Mon, 15 Apr 2013 18:19:45 +0200 Message-Id: <1366042785-31147-1-git-send-email-jlu@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] commands: the crc command is actually called crc32 To: barebox@lists.infradead.org Signed-off-by: Jan Luebbe --- commands/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/Kconfig b/commands/Kconfig index c1454c7..777b52c 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 -- 1.8.2.rc2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox