diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-13 05:18:32 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 21:27:07 (GMT) |
commit | d3e7e2b2ce844ffe76eb658b05bb5cfc0be28efe (patch) | |
tree | 26331d24fb21b9beac689dccc46c282323547125 /arch/arm/include | |
parent | dbdaeee43c0f159d32dba28de684c1aba5d20673 (diff) | |
download | u-boot-d3e7e2b2ce844ffe76eb658b05bb5cfc0be28efe.tar.xz |
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')
-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 b9aad04..ddc77a5 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 /* |