summaryrefslogtreecommitdiff
path: root/configs/zynq_zc770_xm010_defconfig
diff options
context:
space:
mode:
authorRuchika Gupta <ruchika.gupta@freescale.com>2015-01-23 10:31:54 (GMT)
committerSimon Glass <sjg@chromium.org>2015-01-30 00:09:58 (GMT)
commitc937ff6dc2ee3fcd8f97087427fe8ba5086852c4 (patch)
tree89b3ea84175cb9b3ed225aed222cd3ac3a15217f /configs/zynq_zc770_xm010_defconfig
parent11a9662ba9ed40829fd10acb3a0c75d148159921 (diff)
downloadu-boot-c937ff6dc2ee3fcd8f97087427fe8ba5086852c4.tar.xz
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>
Diffstat (limited to 'configs/zynq_zc770_xm010_defconfig')
-rw-r--r--configs/zynq_zc770_xm010_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm010_defconfig b/configs/zynq_zc770_xm010_defconfig
index 2f5fa8c..2935c0d 100644
--- a/configs/zynq_zc770_xm010_defconfig
+++ b/configs/zynq_zc770_xm010_defconfig
@@ -8,3 +8,4 @@ CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm010"
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
+CONFIG_DM=y