]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
remoteproc: Support loading firmware from lately mounted fs (HACK)
authorCourtney Cavin <courtney.cavin@sonymobile.com>
Mon, 5 Jan 2015 18:07:57 +0000 (10:07 -0800)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:55:09 +0000 (09:55 +0000)
commitab8531e642661380956100d5c58abb66b54a5060
tree3d08fde426464685d0cab0b56c361beaf9c8570f
parent8251ca176fba840d07dae443170244275ea9c39a
remoteproc: Support loading firmware from lately mounted fs (HACK)

If the firmware isn't available during boot then table_ptr will be NULL
and subsequent attempts to load the firmware will fail. Move things
around and reattempt the load upon trying to boot the rproc.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
drivers/remoteproc/remoteproc_core.c