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_t20_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_t20_defconfig')
-rw-r--r-- | configs/colibri_t20_defconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/colibri_t20_defconfig b/configs/colibri_t20_defconfig index b883fc105f..00f45dc115 100644 --- a/configs/colibri_t20_defconfig +++ b/configs/colibri_t20_defconfig @@ -25,7 +25,6 @@ CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_USB_MASS_STORAGE=y # CONFIG_CMD_NFS is not set -CONFIG_CMD_BMP=y CONFIG_CMD_CACHE=y CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y @@ -69,8 +68,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_BPP8 is not set -CONFIG_VIDEO_TEGRA20=y -CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_OF_LIBFDT_OVERLAY=y |