]> git.baikalelectronics.ru Git - uboot.git/commit
Kconfig: introduce md5sum command selection
authorAndre Przywara <andre.przywara@arm.com>
Wed, 15 Mar 2017 01:19:05 +0000 (01:19 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 17 Mar 2017 13:09:39 +0000 (09:09 -0400)
commita4ebe4e3c3a69ada052e28ff23d6d8464673c2f9
tree4fd7ef434181fd87f1cc0166abde7f0ded75d86b
parent2e84694168b262a03ec99adeb68547c1da5891ac
Kconfig: introduce md5sum command selection

So far CONFIG_MD5SUM would need to be set by a board's include file.
Since the command is really generic, move it over to Kconfig to allow
it to be defined by either a board's defconfig, menuconfig or some
config snippet merged via mergeconfig.sh.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
lib/Kconfig