summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-imx8x.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-05-28 15:39:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-05-28 19:02:01 +0200
commit0911ad890d40dfc9bd7df886c0dcde74a1b41fa7 (patch)
tree45b2e1a006d6ed14348658e82e95e5a81575ad2d /conf/machine/colibri-imx8x.conf
parent24a91ebe7f1472d1d4ce101a56cf81f21b30ba85 (diff)
machines: colibri-imx8x: build for c0 silicon
Change the machine 'colibri-imx8x' to build for the C0 silicon SoC version. Add an additional machine 'colibri-imx8x-v10b' which builds for the B0 SoC version. Related-to: ELB-2729 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/colibri-imx8x.conf')
-rw-r--r--conf/machine/colibri-imx8x.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf
index db1f263..f9982d1 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -6,7 +6,8 @@
MACHINE_NAME = "Colibri-iMX8X"
# for C0 silicon add mx8qxpc0 to the right of mx8qxp
-MACHINEOVERRIDES =. "mx8:mx8x:mx8qxp:"
+SILICON-OVERRIDES ?= "mx8qxpc0:"
+MACHINEOVERRIDES =. "mx8:mx8x:mx8qxp:${SILICON-OVERRIDES}"
MACHINEOVERRIDES_append_upstream = ":use-mainline-bsp"
require conf/machine/include/imx-base.inc