summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6ulevk.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-09-17 17:14:27 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:20 -0300
commit2e5cecc25f35e72752204702eece33f2695bcd4d (patch)
treefaff20dcaf067d773ba02a14af9987e6a155ce1a /conf/machine/imx6ulevk.conf
parenta8c9793b3ad59952b6dc009fca95a77a06dd4320 (diff)
downloadmeta-freescale-2e5cecc25f35e72752204702eece33f2695bcd4d.tar.gz
imx6ulevk: Use U-Boot FSLC by default
The U-Boot 2015.10 adds support for the i.MX6 UltraLite so we can use it instead of Freescale fork, preferring the mainline code. Change-Id: I5dc770bcecd14120b5478b67d9a47eebfc834300 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6ulevk.conf')
-rw-r--r--conf/machine/imx6ulevk.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf
index 00423cbf..6a26768a 100644
--- a/conf/machine/imx6ulevk.conf
+++ b/conf/machine/imx6ulevk.conf
@@ -13,9 +13,6 @@ SOC_FAMILY = "mx6ul"
13 13
14KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb" 14KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb"
15 15
16PREFERRED_PROVIDER_u-boot = "u-boot-imx"
17PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
18
19UBOOT_CONFIG ??= "sd" 16UBOOT_CONFIG ??= "sd"
20UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" 17UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard"
21UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" 18UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config"