commit | 9859dc76e784fb35e99a7c521a3bb2bfe2e6bc38 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:57 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Oct 11 17:37:19 2019 +0800 |
tree | efd53f38bc822e3f68a688b86ce0f88198f9940b | |
parent | 6498fda140f526f82f87e057afb61ca23904770f [diff] |
trace: Remove the const from write functions The write functions do actually change the contents of memory so it is not correct to use 'const'. Remove it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>