]> git.dujemihanovic.xyz Git - u-boot.git/commit
md5: Remove md5 non-watchdog API
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 3 Oct 2024 21:50:17 +0000 (14:50 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Oct 2024 23:58:28 +0000 (17:58 -0600)
commit2b6f572958f3e4ab0f5b9dde64dce6ddd477fdab
tree52ac40f03f04911bac024b9062c742d551fb9201
parent5d1d98399f71a73c1353ed2384293ca14a2d086c
md5: Remove md5 non-watchdog API

We don't need an API specially for non-watchdog since md5_wd supports
it by disabling CONFIG_HW_WATCHDOG and CONFIG_WATCHDOG.
Set 0x10000 as default chunk size for MD5.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Michal Simek <michal.simek@amd.com>
board/friendlyarm/nanopi2/board.c
board/intel/edison/edison.c
board/xilinx/zynq/bootimg.c
include/u-boot/md5.h
lib/md5.c