diff options
| author | Simon Glass <[email protected]> | 2016-09-12 23:18:31 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-09-16 17:27:07 -0400 |
| commit | dbdaeee43c0f159d32dba28de684c1aba5d20673 (patch) | |
| tree | c4076a8ca0f17d0f8d6ed3c5dfad0327bd649e41 /arch/powerpc/include | |
| parent | 6ef2e75032cb289e191551546947abfe7abcac1f (diff) | |
Convert CONFIG_SPL_CRYPTO_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch/powerpc/include')
| -rw-r--r-- | arch/powerpc/include/asm/fsl_secure_boot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h index 5d93fdcdfa1..8fa19083a35 100644 --- a/arch/powerpc/include/asm/fsl_secure_boot.h +++ b/arch/powerpc/include/asm/fsl_secure_boot.h @@ -80,7 +80,6 @@ #ifdef CONFIG_CHAIN_OF_TRUST -#define CONFIG_SPL_CRYPTO_SUPPORT #define CONFIG_SPL_HASH_SUPPORT #define CONFIG_SPL_DRIVERS_MISC_SUPPORT |
