From 551c3934466503e6c8702df412e2a9ce574557e9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:25 -0600 Subject: Convert CONFIG_CMD_HASH to Kconfig This converts the following to Kconfig: CONFIG_CMD_HASH Signed-off-by: Simon Glass Reviewed-by: Tom Rini [trini: Rework slightly, enable on some boards again] Signed-off-by: Tom Rini --- include/configs/ls2080a_common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/ls2080a_common.h') diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index ed7d1d7d1c..285e48dbac 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -229,9 +229,4 @@ unsigned long long get_qixis_addr(void); #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ -/* Hash command with SHA acceleration supported in hardware */ -#ifdef CONFIG_FSL_CAAM -#define CONFIG_CMD_HASH -#endif - #endif /* __LS2_COMMON_H */ -- cgit v1.2.3