commit | b36de8cfd16ee288eb1fbe60a6e5025ae0a465d5 | [log] [tgz] |
---|---|---|
author | Loic Pallardy <loic.pallardy@st.com> | Thu Jan 10 14:49:08 2019 +0100 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Wed Feb 20 21:34:18 2019 -0800 |
tree | 885029fc671dcfe30225ba5ac44d29211843d4c4 | |
parent | 80137b4072853f47fce029b20ec335439e9448ae [diff] |
remoteproc: add warning on resource table cast Today resource table supports only 32bit address fields. This is not compliant with 64bit platform for which addresses are cast in 32bit. This patch adds warn messages when address cast is done. Signed-off-by: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>