diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-03-28 05:43:37 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2025-03-28 05:43:37 -0700 |
commit | c0ab3fae8c7ec844149aed7bddf1cf1f141841f3 (patch) | |
tree | 81e336e688771e2e6b9ad361490eee8018109970 | |
parent | ca922c12f3bb32d7e1d6a500fc7f6325ed3d48b0 (diff) | |
download | meta-freescale-c0ab3fae8c7ec844149aed7bddf1cf1f141841f3.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.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf index 5a1dc666..858699c9 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 |
35 | XSERVER += "mesa-driver-swrast" | 35 | XSERVER += "mesa-driver-swrast" |
36 | |||
37 | PREFERRED_PROVIDER_u-boot = "u-boot-fslc" | ||
38 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-fslc" | ||