]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Drop 'const' from sandbox_write()
authorSimon Glass <sjg@chromium.org>
Fri, 11 Oct 2019 22:16:47 +0000 (16:16 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 27 Oct 2019 16:56:41 +0000 (10:56 -0600)
commita32e28b9056210cb751e68a0633ef3a7ff8ab119
tree44767a5c1baa37545d927c9708073d8258c03c77
parent2321d543f0dd2a0b13e89d0ed073a14b30774e6f
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>
arch/sandbox/cpu/cpu.c
arch/sandbox/include/asm/io.h