diff options
author | Tom Rini | 2024-03-07 11:56:35 -0500 |
---|---|---|
committer | Tom Rini | 2024-03-07 11:56:35 -0500 |
commit | beedf675b36841ce1e077779157a87a6505317e6 (patch) | |
tree | 502696b12f908d1436d3248ee7bc07fd313c73fc /cmd/Kconfig | |
parent | 6eb682bc7ea398fad4aadb612c690884e73edc03 (diff) | |
parent | 6ec3f9208948b4f3aa4b6d8362c0daaffaea0a0f (diff) |
Merge branch '2024-03-07-assorted-fixes' into next
- Add phytec am64x platform, update am65-cpsw and a few other assorted
fixes.
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 1 |
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. |