diff options
| -rw-r--r-- | conf/machine/include/imx-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 71c2aa805..7d63472f1 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -180,6 +180,7 @@ IMX_SOC_REV:mx8dx-generic-bsp ??= "C0" | |||
| 180 | IMX_SOC_REV:mx8ulp-generic-bsp ??= \ | 180 | IMX_SOC_REV:mx8ulp-generic-bsp ??= \ |
| 181 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-reva0', 'A0', \ | 181 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-reva0', 'A0', \ |
| 182 | 'A2', d)}" | 182 | 'A2', d)}" |
| 183 | IMX_SOC_REV:mx93-generic-bsp ??= "A1" | ||
| 183 | 184 | ||
| 184 | IMX_SOC_REV_LOWER = "${@d.getVar('IMX_SOC_REV').lower()}" | 185 | IMX_SOC_REV_LOWER = "${@d.getVar('IMX_SOC_REV').lower()}" |
| 185 | IMX_SOC_REV_UPPER = "${@d.getVar('IMX_SOC_REV').upper()}" | 186 | IMX_SOC_REV_UPPER = "${@d.getVar('IMX_SOC_REV').upper()}" |
