summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-imx8x.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-01-25 10:20:12 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-01-27 14:21:00 +0100
commiteedaf5b0c1d4b2d73d10560dd251b48d80bb5d49 (patch)
tree233adf132bd9f7d6b891269228e0924ab4b35a1a /conf/machine/colibri-imx8x.conf
parentcac63cea585418fd9fbfb4aeb8835d6c44e0e280 (diff)
machines: i.mx 8x: follow changed soc revision selection
meta-freescale changed the way the SoC revision is selected. It used to default to rev B0 with the override imx8qxpc0 selecteing rev C0. Now it defaults to rev C0 with the MACHINE_FEATURE soc-revb0 selecting rev B0. https://github.com/Freescale/meta-freescale/commit/80345fbe89c5ac96975f9c7ef38e8dc8d2a36346 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/colibri-imx8x.conf')
-rw-r--r--conf/machine/colibri-imx8x.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf
index ab1aab0..c6d3962 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -5,9 +5,7 @@
MACHINE_NAME = "Colibri-iMX8X"
-# for C0 silicon add mx8qxpc0 to the right of mx8qxp
-SILICON-OVERRIDES ?= "mx8qxpc0:"
-MACHINEOVERRIDES =. "mx8:mx8x:mx8qxp:${SILICON-OVERRIDES}"
+MACHINEOVERRIDES =. "mx8:mx8x:mx8qxp:"
IMX_DEFAULT_BSP = "nxp"