
11 Oct
2019
11 Oct
'19
10:27 a.m.
On Thu, Oct 10, 2019 at 11:20 AM Bin Meng bmeng.cn@gmail.com wrote:
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass sjg@chromium.org wrote:
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
common/iotrace.c | 6 +++--- include/iotrace.h | 13 ++++++------- 2 files changed, 9 insertions(+), 10 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!