diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-12-07 14:38:21 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-12-08 09:12:57 -0700 |
commit | 3558f7355c7a639f91aeef5946da1be9a98945e3 (patch) | |
tree | 254fd79dc7dd8bc735738264987ce824313540d8 /conf/machine/include/imx-base.inc | |
parent | 5f52f715b71fef6ea30e9c37a69a86699dc74c0a (diff) | |
download | meta-freescale-3558f7355c7a639f91aeef5946da1be9a98945e3.tar.gz |
imx-base.inc: Update 93 default Rev to A1
Reported-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-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 71c2aa80..7d63472f 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()}" |