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 --- configs/socrates_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/socrates_defconfig') diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig index 333cdeddc5..940c24e7e1 100644 --- a/configs/socrates_defconfig +++ b/configs/socrates_defconfig @@ -17,6 +17,7 @@ CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set CONFIG_CMD_MII=y CONFIG_CMD_PING=y +# CONFIG_CMD_HASH is not set CONFIG_CMD_SNTP=y CONFIG_CMD_BMP=y CONFIG_CMD_DATE=y -- cgit v1.2.3