summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksii Bidnichenko <oleksii.bidnichenko@toradex.com>2021-08-27 11:27:21 +0300
committerMax Krummenacher <max.krummenacher@toradex.com>2021-09-06 13:20:06 +0200
commitd7ae6107965ee24204483c209d067a71741c3a89 (patch)
treeabbeb6801e1f47604f229dd5fc504fb1c7b33e60
parent4edb657231b78a188085d4e3f6a2c887b9d6bd03 (diff)
colibri-imx6ull-emmc: add default overlays
Related-to: ELB-4065 (cherry picked from commit c566efb54c8ab21f5caa5844f321d275c3219ac3)
-rw-r--r--conf/machine/include/colibri-imx6ull-emmc.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/colibri-imx6ull-emmc.inc b/conf/machine/include/colibri-imx6ull-emmc.inc
index ede4555..f9fe62f 100644
--- a/conf/machine/include/colibri-imx6ull-emmc.inc
+++ b/conf/machine/include/colibri-imx6ull-emmc.inc
@@ -19,9 +19,9 @@ UBOOT_ENTRYPOINT:colibri-imx6ull-emmc = "0x81000000"
UBOOT_DTB_LOADADDRESS:colibri-imx6ull-emmc = "0x82100000"
UBOOT_DTBO_LOADADDRESS:colibri-imx6ull-emmc = "0x87000000"
-# commented for now as the dtb and the overlays are not yet ready
-# TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT = "colibri-imx6ull-emmc_lcd-vga_overlay.dtbo colibri-imx6ull-emmc_ad7879_overlay.dtbo"
-# TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT:use-mainline-bsp = "colibri-imx6ull_parallel-rgb_overlay.dtbo colibri-imx6ull_ad7879_overlay.dtbo display-vga_overlay.dtbo"
+TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT = "colibri-imx6ull_parallel-rgb_vga_overlay.dtbo colibri-imx6ull_ad7879_overlay.dtbo"
+# This config will be enabled when respective overlays will be added to the upstream.
+# TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT:use-mainline-bsp = "colibri-imx6ull_parallel-rgb_vga_overlay.dtbo colibri-imx6ull_ad7879_overlay.dtbo display-vga_overlay.dtbo"
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
PREFERRED_PROVIDER_virtual/kernel_preempt-rt = "linux-toradex"