commit | 6af1a07316f3448c49a39667e7616493f72a38f8 | [log] [tgz] |
---|---|---|
author | Murali Karicheri <m-karicheri2@ti.com> | Mon Oct 19 11:09:34 2015 -0700 |
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | Mon Nov 23 10:32:44 2015 -0800 |
tree | a7e6da3996b85c61d9ba170b8d2146d91ee8681d | |
parent | 1ec218373b8ebda821aec00bb156a9c94fad9cd4 [diff] |
soc: ti: use request_firmware_direct() as acc firmware is optional When firmware image for PDSP firmware is absent in the file system the kernel boot with ramfs/nfs is stuck for 60 seconds being the the default timeout. request_firmware_direct() is to take care of such optional firmware loading and hence replace the call in the driver with this API. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>