
On 02/24/2015 08:07 PM, Gaurav Rana wrote:
This patch does the following:
- The function names for encapsulation and decapsulation
were inconsitent in freescale's implementation and cmd_blob file. This patch corrects the issues. 2. The function protopye is also modified to change the length parameter from u8 to u32 to allow encapsulation and decapsulation of larger images. 3. Modified the description of km paramter in the command usage for better readability.
Signed-off-by: Gaurav Rana gaurav.rana@freescale.com Reviewed-by: Ruchika Gupta ruchika.gupta@freescale.com
Changes in v3: Fixed blob_help_text[] array declaration.
Changes in v2: Modify blob_help_text[] array
common/cmd_blob.c | 18 ++++++++++-------- drivers/crypto/fsl/fsl_blob.c | 4 ++-- 2 files changed, 12 insertions(+), 10 deletions(-)
Applied to u-boot-fsl-qoriq master branch, awaiting upstream.
York