summaryrefslogtreecommitdiff
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 03:25:25 -0600
committerTom Rini <trini@konsulko.com>2017-05-22 12:38:15 -0400
commit551c3934466503e6c8702df412e2a9ce574557e9 (patch)
tree921eea1da5d7230786e19ae3e31b8d466af08d60 /include/configs/P1010RDB.h
parent520f556d0d6fac7bc442095815c4ba68efb719ca (diff)
Convert CONFIG_CMD_HASH to Kconfig
This converts the following to Kconfig: CONFIG_CMD_HASH Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> [trini: Rework slightly, enable on some boards again] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/P1010RDB.h')
-rw-r--r--include/configs/P1010RDB.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index 8a524b66c6..956403a9ed 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -733,11 +733,6 @@ extern unsigned long get_sdram_size(void);
|| defined(CONFIG_FSL_SATA)
#endif
-/* Hash command with SHA acceleration supported in hardware */
-#ifdef CONFIG_FSL_CAAM
-#define CONFIG_CMD_HASH
-#endif
-
/*
* Miscellaneous configurable options
*/