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 --- configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig') diff --git a/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig b/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig index b70ff00e67..166df053cc 100644 --- a/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig +++ b/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig @@ -28,4 +28,5 @@ CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_RSA=y +CONFIG_SPL_RSA=y CONFIG_OF_LIBFDT=y -- cgit v1.2.3