commit | d80cda20aa76dba1b8487a8a12783ffb2422a2e6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Oct 11 16:16:47 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 27 10:56:41 2019 -0600 |
tree | 44767a5c1baa37545d927c9708073d8258c03c77 | |
parent | e254794b7d8d96a6d6d4cd92c1d70af396e6b075 [diff] |
sandbox: Drop 'const' from sandbox_write() This function writes to its address so the address should not be declared as const. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>