summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2025-03-28 05:43:37 -0700
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-04-02 09:18:58 -0300
commit735be5d4c38f2c750b761c596cb8bd940b855bcb (patch)
tree03f83e23f74a3e4b461dad48ef25f29181ce9304
parent1e137ccbf5f3a6f219e93538f8dd444a3f471cb2 (diff)
downloadmeta-freescale-735be5d4c38f2c750b761c596cb8bd940b855bcb.tar.gz
imx6sllevk.conf: Use IMX_DEFAULT_BOOTLOADER
The machine improperly hard-codes PREFERRED_PROVIDER instead of using the layer variable. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--conf/machine/imx6sllevk.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf
index 5a1dc666c..858699c93 100644
--- a/conf/machine/imx6sllevk.conf
+++ b/conf/machine/imx6sllevk.conf
@@ -33,6 +33,3 @@ MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455 nxp8987-sdio"
33 33
34# MESA DRI library 34# MESA DRI library
35XSERVER += "mesa-driver-swrast" 35XSERVER += "mesa-driver-swrast"
36
37PREFERRED_PROVIDER_u-boot = "u-boot-fslc"
38PREFERRED_PROVIDER_virtual/bootloader = "u-boot-fslc"