diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2020-12-28 18:18:07 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-30 09:41:51 -0300 |
commit | 409bbc843991b999f16dc035493eb46823b7fce8 (patch) | |
tree | 1f3a5a223c33b41a35f8ce056695051e3a7f744c /recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |
parent | fce19eb3e0d29fce674634d8c15415abd3447453 (diff) | |
download | meta-freescale-409bbc843991b999f16dc035493eb46823b7fce8.tar.gz |
imx-mkimage: allow to be used with mainline bsp for all mx8 machines
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-boot_1.0.bb')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index e73d3074..a5ec9d60 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
@@ -39,12 +39,6 @@ do_compile[depends] += " \ | |||
39 | SC_FIRMWARE_NAME ?= "scfw_tcm.bin" | 39 | SC_FIRMWARE_NAME ?= "scfw_tcm.bin" |
40 | 40 | ||
41 | ATF_MACHINE_NAME ?= "bl31-${ATF_PLATFORM}.bin" | 41 | ATF_MACHINE_NAME ?= "bl31-${ATF_PLATFORM}.bin" |
42 | ATF_MACHINE_NAME_mx8qm = "bl31-imx8qm.bin" | ||
43 | ATF_MACHINE_NAME_mx8x = "bl31-imx8qx.bin" | ||
44 | ATF_MACHINE_NAME_mx8mq = "bl31-imx8mq.bin" | ||
45 | ATF_MACHINE_NAME_mx8phantomdxl = "bl31-imx8qx.bin" | ||
46 | ATF_MACHINE_NAME_mx8dxl = "bl31-imx8dxl.bin" | ||
47 | ATF_MACHINE_NAME_mx8dx = "bl31-imx8dx.bin" | ||
48 | ATF_MACHINE_NAME_append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}" | 42 | ATF_MACHINE_NAME_append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}" |
49 | 43 | ||
50 | UBOOT_NAME = "u-boot-${MACHINE}.bin-${UBOOT_CONFIG}" | 44 | UBOOT_NAME = "u-boot-${MACHINE}.bin-${UBOOT_CONFIG}" |
@@ -53,12 +47,6 @@ BOOT_CONFIG_MACHINE = "${BOOT_NAME}-${MACHINE}-${UBOOT_CONFIG}.bin" | |||
53 | TOOLS_NAME ?= "mkimage_imx8" | 47 | TOOLS_NAME ?= "mkimage_imx8" |
54 | 48 | ||
55 | IMX_BOOT_SOC_TARGET ?= "INVALID" | 49 | IMX_BOOT_SOC_TARGET ?= "INVALID" |
56 | IMX_BOOT_SOC_TARGET_mx8qm = "iMX8QM" | ||
57 | IMX_BOOT_SOC_TARGET_mx8x = "iMX8QX" | ||
58 | IMX_BOOT_SOC_TARGET_mx8mq = "iMX8M" | ||
59 | IMX_BOOT_SOC_TARGET_mx8dxl = "iMX8DXL" | ||
60 | IMX_BOOT_SOC_TARGET_mx8phantomdxl = "iMX8QX" | ||
61 | IMX_BOOT_SOC_TARGET_mx8dx = "iMX8DX" | ||
62 | 50 | ||
63 | DEPLOY_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'true', 'false', d)}" | 51 | DEPLOY_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'true', 'false', d)}" |
64 | 52 | ||