commit | a4b24c7560ba64c3c54d8f90ee033a6f0565f8d3 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Fri Jan 05 15:57:59 2018 -0800 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Mon Jan 15 09:29:29 2018 -0800 |
tree | 7e702e463226973154bdd126f8d61f964865bd3b | |
parent | b26210cda63564a7478486faaea713f6ea965633 [diff] |
remoteproc: Cache resource table size We don't re-read the resource table during a recovery, so it is possible in the recovery path that the resource table has a different size than cached_table. Store the original size of cached_table to avoid these getting out of sync. Reviewed-By: Loic Pallardy <loic.pallardy@st.com> Tested-By: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>