summaryrefslogtreecommitdiff
path: root/configs/C29XPCIE_NOR_SECBOOT_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-09-12 23:18:29 -0600
committerTom Rini <trini@konsulko.com>2016-09-16 17:03:45 -0400
commitd3c1f467378259514e9e37f72808315adc16ede9 (patch)
tree84433f5317195048edf807aab2d992418ed70ec5 /configs/C29XPCIE_NOR_SECBOOT_defconfig
parent3433a693a9cf143b6e5f0d7190b4df4d1c82418e (diff)
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 <sjg@chromium.org>
Diffstat (limited to 'configs/C29XPCIE_NOR_SECBOOT_defconfig')
-rw-r--r--configs/C29XPCIE_NOR_SECBOOT_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/C29XPCIE_NOR_SECBOOT_defconfig b/configs/C29XPCIE_NOR_SECBOOT_defconfig
index 1dbb8ad726..f93237318b 100644
--- a/configs/C29XPCIE_NOR_SECBOOT_defconfig
+++ b/configs/C29XPCIE_NOR_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