Skip to content
Snippets Groups Projects

machine:mx8m:dt: Fixed the devicetrees for mx8mm/mx8mp

Closed Tobias Kahlki requested to merge fix_defconfig_for_mx8m into kirkstone
2 files
+ 1
4
Compare changes
  • Side-by-side
  • Inline
Files
2
  • dc2ca84c
    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).
@@ -61,7 +61,7 @@ UBOOT_CONFIG ??= "sd"
#"
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_virtual/bootloader = "u-boot-imx"
Loading