commit | 815d170eee88355a00a9143dc7048aa44d1cc4c0 | [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 | a51fd071d6adb3852466c928c79db9a9370f8246 [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>