commit | f7c3f6f971585e424bd0f720ba0d90a077fd7fa6 | [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 | 52fa1ff9a7fb0884add1c3a1d7fdb55a76908704 [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>