diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:27:55 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 10:30:08 -0400 |
commit | 0f7102588cfb48e74b13646ce6df7c11a374423b (patch) | |
tree | 24f8ac5e40aa10cde2d069228904c2fb0c820015 /include/configs/colibri_imx6.h | |
parent | 218257b01a73b114fa1136f6ee6f25aea80bf113 (diff) | |
download | u-boot-0f7102588cfb48e74b13646ce6df7c11a374423b.tar.gz u-boot-0f7102588cfb48e74b13646ce6df7c11a374423b.tar.bz2 u-boot-0f7102588cfb48e74b13646ce6df7c11a374423b.zip |
Convert CONFIG_CMD_BMP to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_BMP
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Add depends on LCD || DM_VIDEO || VIDEO]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/colibri_imx6.h')
-rw-r--r-- | include/configs/colibri_imx6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index 5d188e80d9..9c4085245a 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -119,7 +119,6 @@ #define CONFIG_CONSOLE_MUX #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP -#define CONFIG_CMD_BMP /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE |