summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/nitrogen6x.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/distro/include/nitrogen6x.conf b/conf/distro/include/nitrogen6x.conf
index 7986cb7..511deab 100644
--- a/conf/distro/include/nitrogen6x.conf
+++ b/conf/distro/include/nitrogen6x.conf
@@ -91,7 +91,11 @@ UBOOT_CONFIG[nitrogen6_vm] = "nitrogen6_vm_config"
91 91
92EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" 92EXTRA_IMAGEDEPENDS += "u-boot-script-boundary"
93 93
94KERNEL_DEVICETREE += "imx6dl-nit6xlite.dtb" 94KERNEL_DEVICETREE += "\
95 imx6dl-nit6xlite.dtb \
96 imx6qp-nitrogen6_max.dtb \
97 imx6q-nitrogen6_som2.dtb \
98 "
95 99
96DISTRO_FEATURES_DEFAULT += "wayland" 100DISTRO_FEATURES_DEFAULT += "wayland"
97 101