From 520f556d0d6fac7bc442095815c4ba68efb719ca Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:24 -0600 Subject: Convert CONFIG_CMD_GSC to Kconfig This converts the following to Kconfig: CONFIG_CMD_GSC Signed-off-by: Simon Glass --- include/configs/gw_ventana.h | 1 - include/configs/pcm058.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 0fcbdf9767..68e69b8a59 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -141,7 +141,6 @@ /* Various command support */ #define CONFIG_CMD_HDMIDETECT /* detect HDMI output device */ -#define CONFIG_CMD_GSC #define CONFIG_CMD_UNZIP /* gzwrite */ #define CONFIG_RBTREE diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index 041d84018f..44b4ffdf99 100644 --- a/include/configs/pcm058.h +++ b/include/configs/pcm058.h @@ -87,7 +87,6 @@ /* Various command support */ #define CONFIG_CMD_HDMIDETECT /* detect HDMI output device */ -#define CONFIG_CMD_GSC #define CONFIG_RBTREE /* Physical Memory Map */ -- cgit v1.2.3