mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Revert "ipq5018: Disable secure pil for ATF"
This reverts commit b9ca7ae4a2.
Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
Change-Id: I3b13f56af12945fa0d25b129b94c3621feb2678d
This commit is contained in:
parent
7b63c856b6
commit
b938efd45a
1 changed files with 0 additions and 13 deletions
|
|
@ -1640,19 +1640,6 @@ void board_pci_deinit()
|
|||
}
|
||||
#endif
|
||||
|
||||
void fdt_fixup_wcss_rproc_for_atf(void *blob)
|
||||
{
|
||||
/*
|
||||
* Set q6 in non-secure mode only if ATF is enable
|
||||
*/
|
||||
parse_fdt_fixup("/soc/qcom_q6v5_wcss@CD00000%qcom,nosecure%1", blob);
|
||||
parse_fdt_fixup("/soc/qcom_q6v5_wcss@CD00000%qca,wcss-aon-reset-seq%1", blob);
|
||||
/*
|
||||
* Set btss in non-secure mode only if ATF is enable
|
||||
*/
|
||||
parse_fdt_fixup("/soc/bt@7000000%qcom,nosecure%1", blob);
|
||||
}
|
||||
|
||||
void fdt_fixup_qpic(void *blob)
|
||||
{
|
||||
int node_off, ret;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue