]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: dm: fwu: fix for the updated api
authorJassi Brar <jaswinder.singh@linaro.org>
Mon, 6 Mar 2023 23:18:58 +0000 (17:18 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Jun 2023 17:52:40 +0000 (13:52 -0400)
commit72168b929e0fb69aa0a133703ad9dee02c7aa561
tree3a3272b490043657cd877baa2ec7379a4dda117a
parent1e917a69e51dc27627dd667a70843cb0ac270849
test: dm: fwu: fix for the updated api

fwu_get_mdata() no more requires 'dev' argument and
fwu_check_mdata_validity() has been rendered useless and dropped.
Fix the test cases to work with aforementioned changes.

Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Tested-by: Sughosh Ganu <sughosh.ganu@linaro.org>
test/dm/fwu_mdata.c