Re: [U-Boot] [PATCH v5 14/14] SECURE BOOT: Change fsl_secboot_validate func to ret image addr

2016-03-29 Thread York Sun
On 03/22/2016 10:43 PM, Saksham Jain wrote: > Currently, fsl_secboot_validate function used to set env variable > "img_addr" to contain address of image being validated. > > The function has been changed to output image addr via argument > img_addr_ptr. The command esbc_validate sets the env

[U-Boot] [PATCH v5 14/14] SECURE BOOT: Change fsl_secboot_validate func to ret image addr

2016-03-23 Thread Saksham Jain
Currently, fsl_secboot_validate function used to set env variable "img_addr" to contain address of image being validated. The function has been changed to output image addr via argument img_addr_ptr. The command esbc_validate sets the env variable "img_addr". This change helps when