From d3c1f467378259514e9e37f72808315adc16ede9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:29 -0600 Subject: Move existing use of CONFIG_SPL_RSA to Kconfig A few boards define this in a header file which is incorrect. It means that Kconfig options that rely on this cannot be used. Move it. Signed-off-by: Simon Glass --- arch/arm/include/asm/fsl_secure_boot.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/include/asm/fsl_secure_boot.h') diff --git a/arch/arm/include/asm/fsl_secure_boot.h b/arch/arm/include/asm/fsl_secure_boot.h index fd25e15671..b6ca7bbb1b 100644 --- a/arch/arm/include/asm/fsl_secure_boot.h +++ b/arch/arm/include/asm/fsl_secure_boot.h @@ -29,7 +29,6 @@ #define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_CRYPTO_SUPPORT #define CONFIG_SPL_HASH_SUPPORT -#define CONFIG_SPL_RSA #define CONFIG_SPL_DRIVERS_MISC_SUPPORT #ifdef CONFIG_SPL_BUILD /* -- cgit v1.2.3