commit | 0d7b6cffa532eecfdc7cb87c2c65cd311344981f | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Thu May 02 15:35:52 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu May 09 20:22:05 2019 -0400 |
tree | 0afab773bb17cb8f33ab6e2e2b969423ec36140b | |
parent | a325796da48c3623b9e572dc329f97b83ec2a01c [diff] |
remoteproc: k3_system_controller: Increase rx timeout There is one case where 400ms is not sufficient for loading the system firmware: - System firmware is not signed with rsa degenerate key. - ROM loading the sysfw directly from SPI flash which is in memory mapped mode. The above scenario is definitely not desired in production use cases as it effects boot time. But still keeping this support as this is a valid boot scenario. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>