Re: [U-Boot] [PATCH 17/20] sandbox: config: Enable hash functions and mtest

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote: > Enable the hash command and sha1/256 hashing for sandbox. Also use a > better address for memory testing (since the existing one is set up > for linux host memory space). > > Signed-off-by: Simon Glass Applied to x86/master. > --- > includ

[U-Boot] [PATCH 17/20] sandbox: config: Enable hash functions and mtest

2012-12-26 Thread Simon Glass
Enable the hash command and sha1/256 hashing for sandbox. Also use a better address for memory testing (since the existing one is set up for linux host memory space). Signed-off-by: Simon Glass --- include/configs/sandbox.h |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff