mirror of
https://xff.cz/git/u-boot/
synced 2025-12-26 15:10:22 +01:00
The write operation in misc_ops already takes a "const void *" buffer, but misc_write() takes a mutable "void *". There's no reason for this, so make misc_write() consistent with the standard write() prototype. Signed-off-by: John Keeping <john@metanate.com> Reviewed-by: Simon Glass <sjg@chromium.org>
4.8 KiB
4.8 KiB