mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq5018: Add SDI disable support.
This changes disable SDI path if dload_warm_reset set. Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: Ia3fbec57ab69e312f7451a5327bbe9a505f3afbc
This commit is contained in:
parent
6a381cf782
commit
34bc85d52c
1 changed files with 5 additions and 0 deletions
|
|
@ -1738,3 +1738,8 @@ int get_soc_hw_version(void)
|
|||
{
|
||||
return readl(TCSR_SOC_HW_VERSION_REG);
|
||||
}
|
||||
|
||||
void sdi_disable(void)
|
||||
{
|
||||
qca_scm_sdi();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue