
18 Mar
2016
18 Mar
'16
5:01 p.m.
On 02/08/2016 09:27 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 variable "img_addr".
This change helps when fsl_secboot_validate function is called from within UBOOT (because now instead of calling function "getenv("img_addr")" we can directly get the image address.)
Please keep line wrap under 72 characters and consistent.
York