From 8050ed53a836ac782205647e8dff14ada45370b1 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Mon, 14 Sep 2020 16:50:07 -0300 Subject: [PATCH] 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 (cherry picked from commit e0fa0255795ce584b3b5ad74c330cabeb0caa28d) --- conf/machine/imx6sllevk.conf | 4 ++-- 1 file 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" # 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" -- 2.40.1