diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2022-04-13 11:33:26 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-21 12:44:23 +0200 |
commit | 2575d70baa7e6eb1ce5d5a0aa0229f10a47371db (patch) | |
tree | a48601d8a18eef83b38b97fab86d92c1ddccd37d /configs/colibri-imx6ull-emmc_defconfig | |
parent | 47bcc0d056aa243a31d2a1edb44bdcd155f5335b (diff) | |
download | u-boot-2575d70baa7e6eb1ce5d5a0aa0229f10a47371db.tar.gz u-boot-2575d70baa7e6eb1ce5d5a0aa0229f10a47371db.tar.bz2 u-boot-2575d70baa7e6eb1ce5d5a0aa0229f10a47371db.zip |
toradex: globally disable video support
As video support is very specific depending on the exact display
customisation we decided to disable video support for all out modules
by default.
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'configs/colibri-imx6ull-emmc_defconfig')
-rw-r--r-- | configs/colibri-imx6ull-emmc_defconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/colibri-imx6ull-emmc_defconfig b/configs/colibri-imx6ull-emmc_defconfig index 8811d7749d..0e7f29b56b 100644 --- a/configs/colibri-imx6ull-emmc_defconfig +++ b/configs/colibri-imx6ull-emmc_defconfig @@ -37,7 +37,6 @@ CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_USB_SDP=y CONFIG_CMD_USB_MASS_STORAGE=y -CONFIG_CMD_BMP=y CONFIG_CMD_BOOTCOUNT=y CONFIG_CMD_CACHE=y CONFIG_CMD_REGULATOR=y @@ -79,10 +78,4 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x1b67 CONFIG_USB_GADGET_PRODUCT_NUM=0x4000 CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y -CONFIG_DM_VIDEO=y -CONFIG_VIDEO_LOGO=y -CONFIG_SYS_WHITE_ON_BLACK=y -CONFIG_SPLASH_SCREEN=y -CONFIG_SPLASH_SCREEN_ALIGN=y -CONFIG_BMP_16BPP=y CONFIG_OF_LIBFDT_OVERLAY=y |