Re: [U-Boot] [PATCH 20/20] sandbox: Allow hash functions to work correctly

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Use map_sysmem() so that hashing is possible on sandbox. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/hash.c | 25 + > 1 files changed, 17 insertions(+), 8 deletions(-)

[U-Boot] [PATCH 20/20] sandbox: Allow hash functions to work correctly

2012-12-26 Thread Simon Glass
Use map_sysmem() so that hashing is possible on sandbox. Signed-off-by: Simon Glass --- common/hash.c | 25 + 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/common/hash.c b/common/hash.c index e92b4b1..2e0a67b 100644 --- a/common/hash.c +++ b/common/has