summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-27 04:28:09 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-30 17:41:01 (GMT)
commit93d66ee56699456a4f0e03cf1ab38fa1adbfcdc7 (patch)
tree5b3f99f256b845a84ff82e6962752a30a8c5e7d5 /include
parent3bd25cb512b912e9c8e9074467e730a73f87371d (diff)
downloadu-boot-93d66ee56699456a4f0e03cf1ab38fa1adbfcdc7.tar.xz
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')
-rw-r--r--include/config_cmd_all.h1
-rw-r--r--include/configs/a4m072.h1
-rw-r--r--include/configs/manroland/common.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index 39e02c2..bba3b78 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 */
diff --git a/include/configs/a4m072.h b/include/configs/a4m072.h
index e07a782..7909951 100644
--- a/include/configs/a4m072.h
+++ b/include/configs/a4m072.h
@@ -83,7 +83,6 @@
*/
#define CONFIG_CMD_EEPROM
#define CONFIG_CMD_IDE
-#define CONFIG_CMD_DISPLAY
#if defined(CONFIG_PCI)
#define CONFIG_CMD_PCI
diff --git a/include/configs/manroland/common.h b/include/configs/manroland/common.h
index 7f3231b..7d63e14 100644
--- a/include/configs/manroland/common.h
+++ b/include/configs/manroland/common.h
@@ -19,7 +19,6 @@
* Command line configuration.
*/
#define CONFIG_CMD_DATE
-#define CONFIG_CMD_DISPLAY
#define CONFIG_CMD_EEPROM
#define CONFIG_CMD_DTT
#define CONFIG_CMD_IDE