commit | 656bfc42ce64476abad88b78eb87dd598992752e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 07 09:31:58 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 21 16:54:26 2013 -0700 |
tree | e8cabd63bad138e36ce9531539deca401f54596e | |
parent | e18d102c3fb69f71527622bad3f85a632c27d001 [diff] |
sandbox: Make map_to_sysmem() use a constant pointer Very often a constant pointer is passed to this function, so we should declare this, since map_to_sysmem() does not change the pointer. Signed-off-by: Simon Glass <sjg@chromium.org>