fwu: rename fwu_get_verified_mdata to fwu_get_mdata
fwu_get_mdata() sounds more appropriate than fwu_get_verified_mdata() Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Tested-by: Sughosh Ganu <sughosh.ganu@linaro.org>
This commit is contained in:
@@ -46,7 +46,7 @@ int do_fwu_mdata_read(struct cmd_tbl *cmdtp, int flag,
|
||||
int ret = CMD_RET_SUCCESS, res;
|
||||
struct fwu_mdata mdata;
|
||||
|
||||
res = fwu_get_verified_mdata(&mdata);
|
||||
res = fwu_get_mdata(&mdata);
|
||||
if (res < 0) {
|
||||
log_err("Unable to get valid FWU metadata\n");
|
||||
ret = CMD_RET_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user