commit | 34fc1861239f1c6b92252359127eb3b74ca792a5 | [log] [tgz] |
---|---|---|
author | Udit Kumar <u-kumar1@ti.com> | Sat Nov 25 23:59:39 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 19 10:07:48 2023 -0500 |
tree | 145859dc975836eb9618e84e0610ca0de179c5d1 | |
parent | c86c1d0383e56e4ac08bf21227a2fdd0af167e4b [diff] |
remoteproc: k3-dsp: Avoid reloading of firmware DSP core is going into abnormal state when load callback is called after starting of DSP core. Reload of firmware needs core to be stopped first, followed by load. So avoid loading of firmware, when core is started. Signed-off-by: Udit Kumar <u-kumar1@ti.com>