Correct SPL use of CMD_HASH
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:32 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000 (16:32 -0500)
commitbdb133ade217085574b04b6d5a841a98801f6578
tree5ac18b972f08521ee9eeb354aad768ae3cdca1f5
parentf8daba4486f5407417ade0c546e3030230d9a773
Correct SPL use of CMD_HASH

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_CMD_HASH defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
common/hash.c