diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:09 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 08:37:14 -0400 |
commit | d96e8985f60ba61150b1b67b2b1ba1a540b40ca9 (patch) | |
tree | 918cd46762eb176b9b6b640f54c6d78b110ee104 /include/configs/pcm058.h | |
parent | d63323fb59fb8ccb6b86aad6c54418708f7556e2 (diff) |
Convert CONFIG_CMD_EECONFIG to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_EECONFIG
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 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 */ |