Re: [U-Boot] [PATCH 5/9] [v4] lib/rsa: Modify rsa to use DM driver

2015-01-02 Thread Simon Glass
Hi Ruchika, On 30 December 2014 at 02:30, Ruchika Gupta wrote: > Modify rsa_verify to use the rsa driver of DM library .The tools > will continue to use the same RSA sw library. > > CONFIG_RSA is now dependent on CONFIG_DM. All configurations which > enable FIT based signatures have been modified

[U-Boot] [PATCH 5/9] [v4] lib/rsa: Modify rsa to use DM driver

2014-12-30 Thread Ruchika Gupta
Modify rsa_verify to use the rsa driver of DM library .The tools will continue to use the same RSA sw library. CONFIG_RSA is now dependent on CONFIG_DM. All configurations which enable FIT based signatures have been modified to enable CONFIG_DM by default. Signed-off-by: Ruchika Gupta CC: Simon