aboutsummaryrefslogtreecommitdiff
path: root/include/configs/pico-imx6ul.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-23 07:04:07 -0700
committerAnatolij Gustschin <agust@denx.de>2022-03-28 20:16:56 +0200
commit82975f8a9ec290b4cf2f9a228dd78761b35565ea (patch)
treea43f76ebde9a2d37bfcbe46e96496249b01c0663 /include/configs/pico-imx6ul.h
parentfff49e01d800decb9a653d228077c5b7fec58ddb (diff)
downloadu-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/pico-imx6ul.h')
-rw-r--r--include/configs/pico-imx6ul.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h
index f63ebb4..2646f19 100644
--- a/include/configs/pico-imx6ul.h
+++ b/include/configs/pico-imx6ul.h
@@ -129,7 +129,6 @@
#define CONFIG_BOARD_SIZE_LIMIT 715776
#ifdef CONFIG_DM_VIDEO
-#define CONFIG_VIDEO_BMP_LOGO
#define MXS_LCDIF_BASE MX6UL_LCDIF1_BASE_ADDR
#endif