u-boot-dey: switch ccimx6sbc/ccimx6qpsbc platforms to U-Boot v2024.04
This commit updates the CC6 and CC6QP platform configurations to use the latest NXP BSP based on U-Boot v2024.04, unifying support across all NXP-based platforms. https://onedigi.atlassian.net/browse/DEL-9758 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
a04846f107
commit
07c4369637
|
|
@ -10,8 +10,8 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
|||
#
|
||||
# Platform Linux U-Boot
|
||||
# -------------------------------------------------
|
||||
# ccimx6 6.6 2017.03
|
||||
# ccimx6qp 6.6 2017.03
|
||||
# ccimx6 6.6 2024.04
|
||||
# ccimx6qp 6.6 2024.04
|
||||
# ccimx6ul 6.6 2024.04
|
||||
# ccimx8x 6.6 2024.04 (packaged in imx-boot)
|
||||
# ccimx8mn 6.6 2024.04 (packaged in imx-boot)
|
||||
|
|
|
|||
|
|
@ -332,8 +332,4 @@ MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen screen"
|
|||
# IMX specific udev extra rules added when device manager is systemd/udev
|
||||
UDEV_EXTRA_RULES:append = " udev-rules-imx"
|
||||
|
||||
# U-Boot 2017.X requires a specific dtc version.
|
||||
PREFERRED_VERSION_dtc-native:ccimx6 ?= "1.4.5"
|
||||
PREFERRED_VERSION_nativesdk-dtc:ccimx6 ?= "1.4.5"
|
||||
|
||||
DEY_SOC_VENDOR = "NXP"
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
# Copyright (C) 2018-2023, Digi International Inc.
|
||||
|
||||
require u-boot-dey.inc
|
||||
|
||||
SRCBRANCH = "v2017.03/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
# Disable support to initial environment for U-Boot
|
||||
UBOOT_INITIAL_ENV = ""
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$)"
|
||||
|
|
@ -9,4 +9,4 @@ DEPENDS += "flex-native bison-native"
|
|||
SRCBRANCH = "v2024.04/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8m|ccimx8x|ccimx9)"
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8m|ccimx8x|ccimx9)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue