summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-07-09 22:22:01 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-07-10 19:47:15 +0200
commitddcdce6443b4926840265ad39139d8e485ab579e (patch)
treeb7235af4372b522dec00ca3a295b1ecb635f9ea4 /recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch
parente605d184fa537450ab496f9d304740696499fef7 (diff)
u-boot-toradex: update to 2019.07
Update to a 2019.07 based U-Boot. Use the openembedded master recipes for u-boot_2019.07 as a base. This makes the u-boot recipe in recipes-bsp/u-boot-mainline/ obsolete, delete it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch')
-rw-r--r--recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch b/recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch
deleted file mode 100644
index 740e4c6..0000000
--- a/recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From b566fdf72a80849ef0e98fc743b8222f21d0688c Mon Sep 17 00:00:00 2001
-From: Igor Opaniuk <igor.opaniuk@toradex.com>
-Date: Wed, 19 Jun 2019 11:47:07 +0300
-Subject: [PATCH 3/6] configs: colibri_imx7: enable DM_VIDEO
-
-Enable DM_VIDEO support for Colibri iMX7 NAND version.
-
-Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
----
- configs/colibri_imx7_defconfig | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfig
-index 5b0d091569..686ff235d8 100644
---- a/configs/colibri_imx7_defconfig
-+++ b/configs/colibri_imx7_defconfig
-@@ -73,6 +73,6 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x1b67
- CONFIG_USB_GADGET_PRODUCT_NUM=0x4000
- CONFIG_CI_UDC=y
- CONFIG_USB_GADGET_DOWNLOAD=y
--CONFIG_VIDEO=y
-+CONFIG_DM_VIDEO=y
- CONFIG_OF_LIBFDT_OVERLAY=y
- CONFIG_FDT_FIXUP_PARTITIONS=y
---
-2.13.6
-