diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:28:09 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 13:41:01 -0400 |
commit | 93d66ee56699456a4f0e03cf1ab38fa1adbfcdc7 (patch) | |
tree | 5b3f99f256b845a84ff82e6962752a30a8c5e7d5 /include/config_cmd_all.h | |
parent | 3bd25cb512b912e9c8e9074467e730a73f87371d (diff) | |
download | u-boot-93d66ee56699456a4f0e03cf1ab38fa1adbfcdc7.tar.gz |
Convert CONFIG_CMD_DISPLAY to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_DISPLAY
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 39e02c25a5..bba3b78964 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -14,7 +14,6 @@ */ #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ -#define CONFIG_CMD_DISPLAY /* Display support */ #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */ #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ #define CONFIG_CMD_FDC /* Floppy Disk Support */ |