mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-19 18:52:19 +01:00
scm: kw: non-void function must return a value
Change-Id: I59c31f062320bb467c24aaad257462e781b2b802 Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
parent
5f9bb09d0d
commit
a201972ba1
1 changed files with 2 additions and 0 deletions
|
|
@ -518,4 +518,6 @@ int qca_scm_dload(unsigned int magic_cookie)
|
|||
ret = scm_call(SCM_SVC_BOOT, SCM_CMD_TZ_FORCE_DLOAD_ID, &magic_cookie,
|
||||
sizeof(magic_cookie), NULL, 0);
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue