mkimage: Update map_to_sysmem() to match its prototype
authorSimon Glass <sjg@chromium.org>
Sat, 11 Jan 2025 00:00:06 +0000 (17:00 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 21:58:03 +0000 (15:58 -0600)
commit26001ee047d071214c3dff7603c8d956ba172d6d
tree1622857c9241e29104abe33a62f04165ec42be6e
parent4219fd9a705dba1c066e02824514b9e4b13b8acf
mkimage: Update map_to_sysmem() to match its prototype

Update the version of this function in mkimage so that it uses a const
pointer, as is done in the mapmem.h header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/mkimage.h