diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-23 07:04:07 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-03-28 20:16:56 +0200 |
commit | 82975f8a9ec290b4cf2f9a228dd78761b35565ea (patch) | |
tree | a43f76ebde9a2d37bfcbe46e96496249b01c0663 /include/configs/mx6cuboxi.h | |
parent | fff49e01d800decb9a653d228077c5b7fec58ddb (diff) | |
download | u-boot-82975f8a9ec290b4cf2f9a228dd78761b35565ea.zip u-boot-82975f8a9ec290b4cf2f9a228dd78761b35565ea.tar.gz u-boot-82975f8a9ec290b4cf2f9a228dd78761b35565ea.tar.bz2 |
video: Drop CONFIG_VIDEO_BMP_LOGO
This option is not implemented anymore. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/mx6cuboxi.h')
-rw-r--r-- | include/configs/mx6cuboxi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 1c25857..832f73f 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h @@ -24,7 +24,6 @@ #endif /* Framebuffer */ -#define CONFIG_VIDEO_BMP_LOGO #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP |