summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
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 /include/configs/sandbox.h
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 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 657f751f3c..6fd29b9c73 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -41,9 +41,6 @@
#define CONFIG_OF_LIBFDT
#define CONFIG_LMB
-#define CONFIG_FIT
-#define CONFIG_FIT_SIGNATURE
-#define CONFIG_RSA
#define CONFIG_CMD_FDT
#define CONFIG_ANDROID_BOOT_IMAGE
OpenPOWER on IntegriCloud