]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Allow hash functions to work correctly
authorSimon Glass <sjg@chromium.org>
Sun, 24 Feb 2013 17:33:31 +0000 (17:33 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 1 Mar 2013 03:49:13 +0000 (19:49 -0800)
commitbd091b67d0ef2959ed0ff2aa6575ddb0d21c1f71
tree0eb55b0c3adbc8fb1a6732188fc7ceb80d40be5f
parent5512d5b034d3f199f16f7c18171cae7732bb05eb
sandbox: Allow hash functions to work correctly

Use map_sysmem() so that hashing is possible on sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/hash.c