diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:32 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:07 -0400 |
commit | d3e7e2b2ce844ffe76eb658b05bb5cfc0be28efe (patch) | |
tree | 26331d24fb21b9beac689dccc46c282323547125 /arch/arm/include/asm | |
parent | dbdaeee43c0f159d32dba28de684c1aba5d20673 (diff) |
Convert CONFIG_SPL_HASH_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/fsl_secure_boot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/fsl_secure_boot.h b/arch/arm/include/asm/fsl_secure_boot.h index b9aad049a7..ddc77a54da 100644 --- a/arch/arm/include/asm/fsl_secure_boot.h +++ b/arch/arm/include/asm/fsl_secure_boot.h @@ -27,7 +27,6 @@ #endif #define CONFIG_SPL_BOARD_INIT -#define CONFIG_SPL_HASH_SUPPORT #define CONFIG_SPL_DRIVERS_MISC_SUPPORT #ifdef CONFIG_SPL_BUILD /* |