summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2020-12-28 17:39:42 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-30 09:41:51 -0300
commitfce19eb3e0d29fce674634d8c15415abd3447453 (patch)
tree3f5eff6d9441730dd5047a2c65e0ba9f314cc1d2 /recipes-bsp
parente29a9bdc158728a9df0b8bfcb4103fa4fd82abaf (diff)
downloadmeta-freescale-fce19eb3e0d29fce674634d8c15415abd3447453.tar.gz
imx-atf: allow to be used with mainline bsp for all mx8 machines
That way all platforms are setup the same way. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.2.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.2.bb b/recipes-bsp/imx-atf/imx-atf_2.2.bb
index e89822da..6fb857ec 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.2.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.2.bb
@@ -21,12 +21,6 @@ inherit deploy
21BOOT_TOOLS = "imx-boot-tools" 21BOOT_TOOLS = "imx-boot-tools"
22 22
23ATF_PLATFORM ??= "INVALID" 23ATF_PLATFORM ??= "INVALID"
24ATF_PLATFORM_mx8qm = "imx8qm"
25ATF_PLATFORM_mx8x = "imx8qx"
26ATF_PLATFORM_mx8mq = "imx8mq"
27ATF_PLATFORM_mx8dx = "imx8dx"
28ATF_PLATFORM_imx8dxlevk = "imx8dxl"
29ATF_PLATFORM_mx8dxlevk-phantom = "imx8qx"
30 24
31EXTRA_OEMAKE += " \ 25EXTRA_OEMAKE += " \
32 CROSS_COMPILE="${TARGET_PREFIX}" \ 26 CROSS_COMPILE="${TARGET_PREFIX}" \