]> git.baikalelectronics.ru Git - uboot.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)
commitbd9b8270f7721b872f3e3482793570992fd78c2b
tree3a3272b490043657cd877baa2ec7379a4dda117a
parent28db29c8cbc0f61e06a31407d0945a50c68625b2
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