summaryrefslogtreecommitdiffstats
path: root/configs/ids8313_defconfig
diff options
context:
space:
mode:
authorRuchika Gupta <ruchika.gupta@freescale.com>2015-01-23 16:01:53 +0530
committerSimon Glass <sjg@chromium.org>2015-01-29 17:09:58 -0700
commit11a9662ba9ed40829fd10acb3a0c75d148159921 (patch)
tree645303bfede23ad9a28744cd7273df4558a9c0a5 /configs/ids8313_defconfig
parent31d2b4fd90f9305aad2e79872067e6c0243267de (diff)
downloadtalos-obmc-uboot-11a9662ba9ed40829fd10acb3a0c75d148159921.tar.gz
talos-obmc-uboot-11a9662ba9ed40829fd10acb3a0c75d148159921.zip
configs: Move CONFIG_FIT_SIGNATURE to defconfig
For the platforms which use,CONFIG_FIT_SIGNATURE, the required configs are moved to the platform's defconfig file. Selecting CONFIG_FIT_SIGNATURE using defconfig automatically resolves the dependencies for signature verification. The RSA library gets automatically selected and user does not have to define CONFIG_RSA manually. 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/ids8313_defconfig')
-rw-r--r--configs/ids8313_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig
index 1c665aab94..8479cd42f7 100644
--- a/configs/ids8313_defconfig
+++ b/configs/ids8313_defconfig
@@ -1,4 +1,6 @@
CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0xFFF00000"
CONFIG_PPC=y
CONFIG_MPC83xx=y
+CONFIG_FIT=y
+CONFIG_FIT_SIGNATURE=y
CONFIG_TARGET_IDS8313=y
OpenPOWER on IntegriCloud