diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-04-02 12:47:39 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-02 12:47:39 -0300 |
commit | 5c042cc7edc0742f07eeef6a9e7bffef509d3a27 (patch) | |
tree | 1e76391343c3ccbd45c2494fedfc7c35c741182f /conf/machine/include/imx-base.inc | |
parent | 4bfe03290aeae26446c3a271fb999179f71d5bfd (diff) | |
parent | f8c8fc73c4e482525111fc677fb24878c68392cf (diff) | |
download | meta-freescale-5c042cc7edc0742f07eeef6a9e7bffef509d3a27.tar.gz |
Merge pull request #2181 from mdrodrigo/topic/scarthgap-update
Scarthgap branch update
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r-- | conf/machine/include/imx-base.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 39823f2f..38afca6f 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -184,7 +184,6 @@ IMX_SOC_REV:mx8dx-generic-bsp ??= "C0" | |||
184 | IMX_SOC_REV:mx8ulp-generic-bsp ??= \ | 184 | IMX_SOC_REV:mx8ulp-generic-bsp ??= \ |
185 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-reva0', 'A0', \ | 185 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-reva0', 'A0', \ |
186 | 'A2', d)}" | 186 | 'A2', d)}" |
187 | IMX_SOC_REV:mx91-generic-bsp ??= "A0" | ||
188 | IMX_SOC_REV:mx93-generic-bsp ??= "A1" | 187 | IMX_SOC_REV:mx93-generic-bsp ??= "A1" |
189 | 188 | ||
190 | IMX_SOC_REV_LOWER = "${@d.getVar('IMX_SOC_REV').lower()}" | 189 | IMX_SOC_REV_LOWER = "${@d.getVar('IMX_SOC_REV').lower()}" |