Re: [U-Boot] [PATCH] crypto/fsl: Update blob cmd to accept 64bit addresses

2016-08-02 Thread york sun
On 07/14/2016 04:09 AM, Sumit Garg wrote: > Update blob cmd to accept 64bit source, key modifier and destination > addresses. Also correct output result print format for fsl specific > implementation of blob cmd. > > Signed-off-by: Sumit Garg > --- > cmd/blob.c| 2 +- > drive

[U-Boot] [PATCH] crypto/fsl: Update blob cmd to accept 64bit addresses

2016-07-14 Thread Sumit Garg
Update blob cmd to accept 64bit source, key modifier and destination addresses. Also correct output result print format for fsl specific implementation of blob cmd. Signed-off-by: Sumit Garg --- cmd/blob.c| 2 +- drivers/crypto/fsl/fsl_blob.c | 13 ++--- 2 files chan