]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Use a const pointer for map_to_sysmem()
authorSimon Glass <sjg@chromium.org>
Thu, 27 Feb 2014 20:25:55 +0000 (13:25 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Mar 2014 02:05:45 +0000 (20:05 -0600)
commit66bd1cff901c5b19b351c7b5ad48cee09c15d992
tree8c881a23fe595e663206b96c7f00ff49498ca697
parentbf64035a159f114d0fb93391acb7f5e73eb020e6
Use a const pointer for map_to_sysmem()

This function does not actually change the pointer contents, so use const
so that functions which have a const pointer do not need to cast.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c