Re: [U-Boot] [PATCH 02/10][v6] FIT: Modify option FIT_SIGNATURE in Kconfig

2015-01-28 Thread Simon Glass
On 23 January 2015 at 03:31, Ruchika Gupta ruchika.gu...@freescale.com wrote: For FIT signature based approach to work, RSA library needs to be selected. The FIT_SIGNATURE option in Kconfig is modified to automatically select RSA. Selecting RSA compiles the RSA library required for image

[U-Boot] [PATCH 02/10][v6] FIT: Modify option FIT_SIGNATURE in Kconfig

2015-01-23 Thread Ruchika Gupta
For FIT signature based approach to work, RSA library needs to be selected. The FIT_SIGNATURE option in Kconfig is modified to automatically select RSA. Selecting RSA compiles the RSA library required for image verification. Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com CC: Simon Glass