libpayload/libc/hexdump.c: Take `const void *memory` as argument
commitccf53af8a99aba3273fc7d515480c5b6826f4287
authorPaul Menzel <paulepanter@users.sourceforge.net>
Sun, 23 Mar 2014 23:42:36 +0000 (24 00:42 +0100)
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>
Fri, 19 Dec 2014 20:07:22 +0000 (19 21:07 +0100)
tree91de24f14d57870f3d8c64f80b79689a16f644ab
parent3165c46f451ccc2e223167aba84343cf8f269e35
libpayload/libc/hexdump.c: Take `const void *memory` as argument

`*memory` is not changed in `hexdump()` and just read so make it
`const`.

Change-Id: I9504d25ab5c785f05c39c9a4f48c21f68659a829
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/5403
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
payloads/libpayload/include/libpayload.h
payloads/libpayload/libc/hexdump.c