[U-Boot] [PATCH 4/9] [v3] configs: Move CONFIG_FIT_SIGNATURE to defconfig

Simon Glass sjg at chromium.org
Wed Dec 24 01:48:56 CET 2014


On 23 December 2014 at 04:32, Ruchika Gupta <ruchika.gupta at freescale.com> wrote:
> 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 at freescale.com>
> CC: Simon Glass <sjg at chromium.org>

Acked-by: Simon Glass <sjg at chromium.org>

> ---
> Changes in v3:
> New patch
>
>  configs/ids8313_defconfig          | 2 ++
>  configs/sandbox_defconfig          | 3 +++
>  configs/zynq_microzed_defconfig    | 3 +++
>  configs/zynq_zc70x_defconfig       | 3 +++
>  configs/zynq_zc770_xm010_defconfig | 3 +++
>  configs/zynq_zc770_xm012_defconfig | 3 +++
>  configs/zynq_zc770_xm013_defconfig | 3 +++
>  configs/zynq_zed_defconfig         | 3 +++
>  configs/zynq_zybo_defconfig        | 3 +++
>  include/configs/am335x_evm.h       | 4 ++--
>  include/configs/ids8313.h          | 3 ---
>  include/configs/sandbox.h          | 3 ---
>  include/configs/zynq-common.h      | 6 ------
>  13 files changed, 28 insertions(+), 14 deletions(-)


More information about the U-Boot mailing list