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_vf_defconfig | |
parent | 47bcc0d056aa243a31d2a1edb44bdcd155f5335b (diff) | |
download | u-boot-2575d70baa7e6eb1ce5d5a0aa0229f10a47371db.tar.gz |
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_vf_defconfig')
-rw-r--r-- | configs/colibri_vf_defconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig index fa508d348e..8ce6e2b9b0 100644 --- a/configs/colibri_vf_defconfig +++ b/configs/colibri_vf_defconfig @@ -52,7 +52,6 @@ CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set CONFIG_CMD_MII=y CONFIG_CMD_PING=y -CONFIG_CMD_BMP=y CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y @@ -99,10 +98,6 @@ 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_BPP8 is not set -# CONFIG_VIDEO_BPP16 is not set -CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_FDT_FIXUP_PARTITIONS=y # CONFIG_EFI_LOADER is not set |