diff options
Diffstat (limited to 'conf/machine/include/imx8mm-evk.inc')
-rw-r--r-- | conf/machine/include/imx8mm-evk.inc | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/conf/machine/include/imx8mm-evk.inc b/conf/machine/include/imx8mm-evk.inc index f458c56d..1295de1d 100644 --- a/conf/machine/include/imx8mm-evk.inc +++ b/conf/machine/include/imx8mm-evk.inc | |||
@@ -11,19 +11,19 @@ MACHINE_FEATURES += "pci wifi bluetooth bcm43455 bcm4356" | |||
11 | # and pin it to NXP BSP only | 11 | # and pin it to NXP BSP only |
12 | # OP-TEE is also applicable to NXP BSP, mainline BSP seems not to have | 12 | # OP-TEE is also applicable to NXP BSP, mainline BSP seems not to have |
13 | # a full support for it yet. | 13 | # a full support for it yet. |
14 | MACHINE_FEATURES_append_use-nxp-bsp = " optee jailhouse bcm4359 qca9377" | 14 | MACHINE_FEATURES:append:use-nxp-bsp = " optee jailhouse bcm4359 qca9377" |
15 | 15 | ||
16 | KERNEL_DEVICETREE = " \ | 16 | KERNEL_DEVICETREE = " \ |
17 | freescale/${KERNEL_DEVICETREE_BASENAME}.dtb \ | 17 | freescale/${KERNEL_DEVICETREE_BASENAME}.dtb \ |
18 | " | 18 | " |
19 | KERNEL_DEVICETREE_append_use-nxp-bsp = " \ | 19 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ |
20 | freescale/${KERNEL_DEVICETREE_BASENAME}-pcie-ep.dtb \ | 20 | freescale/${KERNEL_DEVICETREE_BASENAME}-pcie-ep.dtb \ |
21 | freescale/${KERNEL_DEVICETREE_BASENAME}-rm67191.dtb \ | 21 | freescale/${KERNEL_DEVICETREE_BASENAME}-rm67191.dtb \ |
22 | " | 22 | " |
23 | UBOOT_DTB_NAME = "${KERNEL_DEVICETREE_BASENAME}.dtb" | 23 | UBOOT_DTB_NAME = "${KERNEL_DEVICETREE_BASENAME}.dtb" |
24 | 24 | ||
25 | IMX_DEFAULT_BOOTLOADER_use-nxp-bsp = "u-boot-imx" | 25 | IMX_DEFAULT_BOOTLOADER:use-nxp-bsp = "u-boot-imx" |
26 | IMX_DEFAULT_BOOTLOADER_use-mainline-bsp = "u-boot-fslc" | 26 | IMX_DEFAULT_BOOTLOADER:use-mainline-bsp = "u-boot-fslc" |
27 | 27 | ||
28 | UBOOT_SUFFIX = "bin" | 28 | UBOOT_SUFFIX = "bin" |
29 | 29 | ||
@@ -51,18 +51,18 @@ SERIAL_CONSOLES = "115200;ttymxc1" | |||
51 | # to be used to define the boot process. | 51 | # to be used to define the boot process. |
52 | # We opt-in for Syslinux, since it is designated as a preferred | 52 | # We opt-in for Syslinux, since it is designated as a preferred |
53 | # distro boot mode according to the U-Boot documentation. | 53 | # distro boot mode according to the U-Boot documentation. |
54 | UBOOT_EXTLINUX_use-mainline-bsp = "1" | 54 | UBOOT_EXTLINUX:use-mainline-bsp = "1" |
55 | UBOOT_EXTLINUX_LABELS_use-mainline-bsp = "default" | 55 | UBOOT_EXTLINUX_LABELS:use-mainline-bsp = "default" |
56 | UBOOT_EXTLINUX_DEFAULT_LABEL_use-mainline-bsp = "i.MX8M Mini EVK" | 56 | UBOOT_EXTLINUX_DEFAULT_LABEL:use-mainline-bsp = "i.MX8M Mini EVK" |
57 | 57 | ||
58 | UBOOT_EXTLINUX_MENU_DESCRIPTION_default_use-mainline-bsp = "i.MX8M Mini EVK" | 58 | UBOOT_EXTLINUX_MENU_DESCRIPTION_default:use-mainline-bsp = "i.MX8M Mini EVK" |
59 | UBOOT_EXTLINUX_FDT_default_use-mainline-bsp = "../${KERNEL_DEVICETREE_BASENAME}.dtb" | 59 | UBOOT_EXTLINUX_FDT_default:use-mainline-bsp = "../${KERNEL_DEVICETREE_BASENAME}.dtb" |
60 | UBOOT_EXTLINUX_CONSOLE_default_use-mainline-bsp = "console=${console}" | 60 | UBOOT_EXTLINUX_CONSOLE_default:use-mainline-bsp = "console=${console}" |
61 | UBOOT_EXTLINUX_ROOT_default_use-mainline-bsp = "root=/dev/mmcblk1p2" | 61 | UBOOT_EXTLINUX_ROOT_default:use-mainline-bsp = "root=/dev/mmcblk1p2" |
62 | 62 | ||
63 | # Add extlinux.conf to the lis of files, which are deployed onto the | 63 | # Add extlinux.conf to the lis of files, which are deployed onto the |
64 | # boot partition | 64 | # boot partition |
65 | IMAGE_BOOT_FILES_append_use-mainline-bsp = " extlinux.conf;extlinux/extlinux.conf" | 65 | IMAGE_BOOT_FILES:append:use-mainline-bsp = " extlinux.conf;extlinux/extlinux.conf" |
66 | 66 | ||
67 | LOADADDR = "" | 67 | LOADADDR = "" |
68 | UBOOT_SUFFIX = "bin" | 68 | UBOOT_SUFFIX = "bin" |
@@ -73,4 +73,4 @@ OPTEE_BIN_EXT = "8mm" | |||
73 | TEE_LOAD_ADDR = "0xbe000000" | 73 | TEE_LOAD_ADDR = "0xbe000000" |
74 | 74 | ||
75 | # Add additional firmware | 75 | # Add additional firmware |
76 | MACHINE_FIRMWARE_append = " linux-firmware-ath10k" | 76 | MACHINE_FIRMWARE:append = " linux-firmware-ath10k" |