]> Git Repo - J-u-boot.git/commit
configs: Move CONFIG_FIT_SIGNATURE to defconfig
authorRuchika Gupta <[email protected]>
Fri, 23 Jan 2015 10:31:53 +0000 (16:01 +0530)
committerSimon Glass <[email protected]>
Fri, 30 Jan 2015 00:09:58 +0000 (17:09 -0700)
commit11a9662ba9ed40829fd10acb3a0c75d148159921
tree645303bfede23ad9a28744cd7273df4558a9c0a5
parent31d2b4fd90f9305aad2e79872067e6c0243267de
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 <[email protected]>
CC: Simon Glass <[email protected]>
Acked-by: Simon Glass <[email protected]>
13 files changed:
configs/ids8313_defconfig
configs/sandbox_defconfig
configs/zynq_microzed_defconfig
configs/zynq_zc70x_defconfig
configs/zynq_zc770_xm010_defconfig
configs/zynq_zc770_xm012_defconfig
configs/zynq_zc770_xm013_defconfig
configs/zynq_zed_defconfig
configs/zynq_zybo_defconfig
include/configs/am335x_evm.h
include/configs/ids8313.h
include/configs/sandbox.h
include/configs/zynq-common.h
This page took 0.039466 seconds and 4 git commands to generate.