diff options
| author | Simon Glass <[email protected]> | 2017-04-26 22:28:09 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-04-30 13:41:01 -0400 |
| commit | 93d66ee56699456a4f0e03cf1ab38fa1adbfcdc7 (patch) | |
| tree | 5b3f99f256b845a84ff82e6962752a30a8c5e7d5 /include/configs | |
| parent | 3bd25cb512b912e9c8e9074467e730a73f87371d (diff) | |
Convert CONFIG_CMD_DISPLAY to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_DISPLAY
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/a4m072.h | 1 | ||||
| -rw-r--r-- | include/configs/manroland/common.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/a4m072.h b/include/configs/a4m072.h index e07a782fec6..79099518e7b 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 7f3231bd0c6..7d63e14030e 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 |
