Skip to content
Snippets Groups Projects
Commit d9b7acce authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

machine:mx8m: Clean-up of preferred kernel

The mx8mm had a duplicate definition of the preferred kernel provider
and version.
Also the preferred version in the include for the i.MX8 devices
has been changed to the correct name (linux-imx).
parent 99ac77f6
No related branches found
No related tags found
1 merge request!251machine:mx8m:dt: Fixed the devicetrees for mx8mm/mx8mp
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
require include/imx8guf.inc require include/imx8guf.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
PREFERRED_VERSION_linux-imx = "5.15.5"
# Support mx8mn here, as well, or is separate machine-config required for Nano ? # Support mx8mn here, as well, or is separate machine-config required for Nano ?
SOC_FAMILY = "mx8:mx8m:mx8mm" SOC_FAMILY = "mx8:mx8m:mx8mm"
ATF_PLATFORM = "imx8mm" ATF_PLATFORM = "imx8mm"
......
...@@ -61,7 +61,7 @@ UBOOT_CONFIG ??= "sd" ...@@ -61,7 +61,7 @@ UBOOT_CONFIG ??= "sd"
#" #"
PREFERRED_PROVIDER_virtual/kernel = "linux-imx" PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
PREFERRED_VERSION:linux-seconorth = "5.15.5" PREFERRED_VERSION:linux-imx = "5.15.5"
PREFERRED_PROVIDER:u-boot = "u-boot-imx" PREFERRED_PROVIDER:u-boot = "u-boot-imx"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment