summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-10-11 16:34:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-12 21:32:44 +0200
commita828cef9b5bc5f1b3c50193dda069697e5b9691b (patch)
tree94f8eca63fbbde45a999aa00a35f64c97514e13c /commands/Kconfig
parent4dfd5b5c621c88ea94d39afd6c3d7395a9dd94fd (diff)
downloadbarebox-a828cef9b5bc5f1b3c50193dda069697e5b9691b.tar.gz
barebox-a828cef9b5bc5f1b3c50193dda069697e5b9691b.tar.xz
commands/crc32: add compare 2 files crc
add -F options to compare to file crc it's usefull to compare what you flash in a partition it's selectable by CONFIG_CMD_CRC_CMP Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 0fc80aad1a..54160737b8 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -202,6 +202,11 @@ config CMD_CRC
select CRC32
prompt "crc"
+config CMD_CRC_CMP
+ tristate
+ depends on CMD_CRC
+ prompt "compare 2 files crc"
+
config CMD_MTEST
tristate
prompt "mtest"