]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6sllevk: Switch virtual/bootloader to u-boot-fslc
authorDaiane Angolini <daiane.angolini@nxp.com>
Mon, 14 Sep 2020 19:50:07 +0000 (16:50 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 14 Sep 2020 20:14:06 +0000 (17:14 -0300)
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>
conf/machine/imx6sllevk.conf

index 536316ab3605830b1014a1794af962ee4f73f404..7981a457d37feee3ed08b999fcabfde60d2e2aaa 100644 (file)
@@ -23,5 +23,5 @@ MACHINE_FEATURES += " pci wifi bluetooth"
 # MESA DRI library
 XSERVER += "mesa-driver-swrast"
 
-PREFERRED_PROVIDER_u-boot = "u-boot-imx"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
+PREFERRED_PROVIDER_u-boot = "u-boot-fslc"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-fslc"