mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ipq5018: Add support for execute_tzt command
Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: I5ddc35daf908c894cce59808c9cb5c310417efdf
This commit is contained in:
parent
78ff936e75
commit
7d2cfd8f6a
1 changed files with 5 additions and 0 deletions
|
|
@ -916,3 +916,8 @@ void fdt_fixup_wcss_rproc_for_atf(void *blob)
|
|||
*/
|
||||
parse_fdt_fixup("/soc/bt@7000000%qcom,nosecure%1", blob);
|
||||
}
|
||||
|
||||
void run_tzt(void *address)
|
||||
{
|
||||
execute_tzt(address);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue