summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6sllevk.conf
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-10-04 10:31:48 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-04 14:36:00 -0300
commitb13abd65ddf9432d07235f3f8c6be8740f1a7794 (patch)
tree2e40cd4c9b0f9e0e30379813b4998c9a10387e4f /conf/machine/imx6sllevk.conf
parentb94a63e25c6307711e4c118f77ec83a9b19a3a06 (diff)
downloadmeta-freescale-b13abd65ddf9432d07235f3f8c6be8740f1a7794.tar.gz
imx6sllevk: Drop u-boot and kernel PREFERRED_VERSION
The line PREFERRED_PROVIDER_linux-imx ??= "4.1.15" is wrong, the correct is use PREFERRED_VERSION to set version. But we can drop this line because currently we have one linux-imx version. Also drop preferred version to u-boot, 2016.03 is the only option. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6sllevk.conf')
-rw-r--r--conf/machine/imx6sllevk.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf
index 3a703659..84d1e319 100644
--- a/conf/machine/imx6sllevk.conf
+++ b/conf/machine/imx6sllevk.conf
@@ -27,6 +27,3 @@ XSERVER += "mesa-driver-swrast"
27 27
28PREFERRED_PROVIDER_u-boot = "u-boot-imx" 28PREFERRED_PROVIDER_u-boot = "u-boot-imx"
29PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 29PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
30
31PREFERRED_VERSION_u-boot ??= "2016.03"
32PREFERRED_PROVIDER_linux-imx ??= "4.1.15"