commit | 66bd1cff901c5b19b351c7b5ad48cee09c15d992 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 27 13:25:55 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 17 20:05:45 2014 -0600 |
tree | 8c881a23fe595e663206b96c7f00ff49498ca697 | |
parent | bf64035a159f114d0fb93391acb7f5e73eb020e6 [diff] |
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>