summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorIgor Opaniuk <[email protected]>2024-03-02 16:05:48 +0100
committerTom Rini <[email protected]>2024-03-07 09:23:10 -0500
commit6ec3f9208948b4f3aa4b6d8362c0daaffaea0a0f (patch)
tree502696b12f908d1436d3248ee7bc07fd313c73fc /cmd/Kconfig
parent606867c849b48bf10c16877507480269497e8afd (diff)
cmd: md5sum: use hash_command
Drop old implementation and use hash_command() instead, as how it's currently done for crc32 and sha1sum cmds. Test: => md5sum 0x60000000 0x200 md5 for 60000000 ... 600001ff ==> e6bbbe95f5b41996f4a9b9af7bbd4050 Signed-off-by: Igor Opaniuk <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 3d204edfa3f..102f62ac89d 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -826,6 +826,7 @@ config LOOPW
config CMD_MD5SUM
bool "md5sum"
select MD5
+ select HASH
help
Compute MD5 checksum.