summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-20 18:22:29 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:58 -0300
commitf687407a0fb4629044ef4e02d16df4d5d04502c1 (patch)
tree59a7bcd38179ab0df955653f6141bb88f34916c8 /conf/machine/include
parenta0036bb1344415acd7a4363091193d19754fc740 (diff)
downloadmeta-freescale-f687407a0fb4629044ef4e02d16df4d5d04502c1.tar.gz
mxs-base.inc: Change i.MX28 for Linux-mainline by default
As the codec support, for GStreamer, has been removed from master branch there is no reason to keep using the old kernel for i.MX28 anymore. This moves it for the Linux FSLC fork which bases on mainline. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/mxs-base.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index ecf4aed4..d576dd39 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -8,8 +8,7 @@ include conf/machine/include/tune-arm926ejs.inc
8 8
9SOC_FAMILY = "mxs" 9SOC_FAMILY = "mxs"
10 10
11PREFERRED_PROVIDER_virtual/kernel ??= "linux-imx" 11PREFERRED_PROVIDER_virtual/kernel ??= "linux-fslc"
12PREFERRED_PROVIDER_virtual/kernel_mx23 ?= "linux-fslc"
13 12
14PREFERRED_PROVIDER_u-boot ??= "u-boot-fslc" 13PREFERRED_PROVIDER_u-boot ??= "u-boot-fslc"
15PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-fslc" 14PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-fslc"