diff options
author | Simon Glass | 2017-05-17 03:25:24 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 09:33:58 -0400 |
commit | 520f556d0d6fac7bc442095815c4ba68efb719ca (patch) | |
tree | ae7ac124c26746c0531b2ede9ea706dad932b3f1 /include/configs/pcm058.h | |
parent | d91a9d7fb3910dcbb913bfe183c5268f0e5f928b (diff) |
Convert CONFIG_CMD_GSC to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_GSC
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/pcm058.h')
-rw-r--r-- | include/configs/pcm058.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index 041d84018fd..44b4ffdf99d 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 */ |