summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@nxp.com>2020-09-14 16:50:07 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-14 17:14:06 -0300
commite0fa0255795ce584b3b5ad74c330cabeb0caa28d (patch)
treef7e05ad30f48c6a6681b0ccaaf205d82e2e4ba3a
parentfc552b4c2e26ab6e839906c5cb8822d6d8134d95 (diff)
downloadmeta-freescale-e0fa0255795ce584b3b5ad74c330cabeb0caa28d.tar.gz
imx6sllevk: Switch virtual/bootloader to u-boot-fslc
The virtual/bootloader for this board used to be u-boot-imx which does not include the board in COMPATIBLE_MACHINE any more, so the choice is migrate to u-boot-fslc. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
-rw-r--r--conf/machine/imx6sllevk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf
index 536316ab..7981a457 100644
--- a/conf/machine/imx6sllevk.conf
+++ b/conf/machine/imx6sllevk.conf
@@ -23,5 +23,5 @@ MACHINE_FEATURES += " pci wifi bluetooth"
23# MESA DRI library 23# MESA DRI library
24XSERVER += "mesa-driver-swrast" 24XSERVER += "mesa-driver-swrast"
25 25
26PREFERRED_PROVIDER_u-boot = "u-boot-imx" 26PREFERRED_PROVIDER_u-boot = "u-boot-fslc"
27PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 27PREFERRED_PROVIDER_virtual/bootloader = "u-boot-fslc"