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/exynos5-common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/exynos5-common.h') diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h index f4a56f27d5..6915dc1a48 100644 --- a/include/configs/exynos5-common.h +++ b/include/configs/exynos5-common.h @@ -41,8 +41,6 @@ /* select serial console configuration */ #define EXYNOS5_DEFAULT_UART_OFFSET 0x010000 -#define CONFIG_CMD_HASH - /* Thermal Management Unit */ #define CONFIG_EXYNOS_TMU @@ -134,7 +132,6 @@ #endif /*CONFIG_CMD_NET*/ /* SHA hashing */ -#define CONFIG_CMD_HASH #define CONFIG_HASH_VERIFY /* Enable Time Command */ -- cgit v1.2.1