From 2cfe312258457c5c94c61e813448505d200fdc14 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Wed, 15 Mar 2017 01:19:07 +0000 Subject: configs: move CMD_MD5SUM definition to defconfigs Boards with an apparent need for the md5sum command had the connected config symbol defined in their board header file. Move this over to the respective defconfig files now that md5sum is configured via Kconfig. (This is a manual effort, which differs from moveconfig.py, not sure who is right here. Boards except sandbox loose the md5sum command with moveconfig.py, though it was explicitly mentioned in their config.h's) Signed-off-by: Andre Przywara Reviewed-by: Simon Glass [trini: migrate stih410-b2260] Signed-off-by: Tom Rini --- include/configs/sh7753evb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/sh7753evb.h') diff --git a/include/configs/sh7753evb.h b/include/configs/sh7753evb.h index a7d8de4241..a4818ff0c2 100644 --- a/include/configs/sh7753evb.h +++ b/include/configs/sh7753evb.h @@ -16,8 +16,6 @@ #define CONFIG_CMD_DFL #define CONFIG_CMD_SDRAM -#define CONFIG_CMD_MD5SUM -#define CONFIG_MD5 #define CONFIG_BAUDRATE 115200 #define CONFIG_BOOTARGS "console=ttySC2,115200 root=/dev/nfs ip=dhcp" -- cgit v1.2.3