diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-13 05:18:29 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 21:03:45 (GMT) |
commit | d3c1f467378259514e9e37f72808315adc16ede9 (patch) | |
tree | 84433f5317195048edf807aab2d992418ed70ec5 /configs/T4240QDS_SECURE_BOOT_defconfig | |
parent | 3433a693a9cf143b6e5f0d7190b4df4d1c82418e (diff) | |
download | u-boot-d3c1f467378259514e9e37f72808315adc16ede9.tar.xz |
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/T4240QDS_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/T4240QDS_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/T4240QDS_SECURE_BOOT_defconfig b/configs/T4240QDS_SECURE_BOOT_defconfig index 26a5717..85ca496 100644 --- a/configs/T4240QDS_SECURE_BOOT_defconfig +++ b/configs/T4240QDS_SECURE_BOOT_defconfig @@ -29,4 +29,5 @@ CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_RSA=y +CONFIG_SPL_RSA=y CONFIG_OF_LIBFDT=y |