commit | a0d3ca60f534a6968c6bfe74671e99e876d58fad | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@freescale.com> | Fri Jan 23 16:01:54 2015 +0530 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 29 17:09:58 2015 -0700 |
tree | 89b3ea84175cb9b3ed225aed222cd3ac3a15217f | |
parent | e9a788d266f233ce9eb4ec1d39f922b14756a3e0 [diff] |
lib/rsa: Modify rsa to use DM driver 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 <ruchika.gupta@freescale.com> CC: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>