From d96e8985f60ba61150b1b67b2b1ba1a540b40ca9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:09 -0600 Subject: Convert CONFIG_CMD_EECONFIG to Kconfig This converts the following to Kconfig: CONFIG_CMD_EECONFIG Signed-off-by: Simon Glass --- include/configs/pcm058.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/pcm058.h') diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index f622be62b7..041d84018f 100644 --- a/include/configs/pcm058.h +++ b/include/configs/pcm058.h @@ -88,7 +88,6 @@ /* Various command support */ #define CONFIG_CMD_HDMIDETECT /* detect HDMI output device */ #define CONFIG_CMD_GSC -#define CONFIG_CMD_EECONFIG /* Gateworks EEPROM config cmd */ #define CONFIG_RBTREE /* Physical Memory Map */ -- cgit