]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 12 Sep 2017 16:19:06 +0000 (18:19 +0200)
commitbf05d98cd46f8e93faeadbdec43f4b0ed45c4202
treebaeacfad1dda1008a44271a70c45419028f8a572
parentb7f0f78bc1799b3b9cf72bd469276f9c1ba7cfb2
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