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/C29XPCIE_SPIFLASH_SECBOOT_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig') diff --git a/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig b/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig index 407093c..7f4189e 100644 --- a/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig +++ b/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig @@ -22,4 +22,5 @@ CONFIG_E1000=y CONFIG_SYS_NS16550=y CONFIG_FSL_ESPI=y CONFIG_RSA=y +CONFIG_SPL_RSA=y CONFIG_OF_LIBFDT=y -- cgit v1.1