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-15 09:18:19 -0300
commit8050ed53a836ac782205647e8dff14ada45370b1 (patch)
treef5485f8e579fc914699a8d9a445c615b39eafce1
parent3af4a5383656a0c9516e7651e0b4c2393348c580 (diff)
downloadmeta-freescale-8050ed53a836ac782205647e8dff14ada45370b1.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> (cherry picked from commit e0fa0255795ce584b3b5ad74c330cabeb0caa28d)
-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"