diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-08-21 11:48:06 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-08-21 12:36:54 -0700 |
commit | c5f49d6ebbe2e3d2eac768a6411853fb39869d8f (patch) | |
tree | 123e795255719b66c3dfb40c667c388e0a09d394 /conf/machine/include/imx-base.inc | |
parent | 0688f79193e697b1bd7444358a7b46c22b83ca2b (diff) | |
download | meta-freescale-c5f49d6ebbe2e3d2eac768a6411853fb39869d8f.tar.gz |
imx8dxl*evk: Add rev B0 support
The A1 SECO firmware run on a B0 board can brick the board unless it can be
switched to USB serial download to force an update. Because of this, drop
the ambiguous machine config file and make the rev explicit in the machine
config name.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 49c90c1e5..2c4b8dbdd 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -175,7 +175,8 @@ IMX_SOC_REV:mx8qxp-generic-bsp ??= \ | |||
175 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-revb0', 'B0', \ | 175 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-revb0', 'B0', \ |
176 | 'C0', d)}" | 176 | 'C0', d)}" |
177 | IMX_SOC_REV:mx8dx-generic-bsp ??= "C0" | 177 | IMX_SOC_REV:mx8dx-generic-bsp ??= "C0" |
178 | IMX_SOC_REV:mx8dxl-generic-bsp ??= "A1" | 178 | # WARNING: Don't set a default for 8DXL since an image built with A1 can brick a B0 board |
179 | #IMX_SOC_REV:mx8dxl-generic-bsp ??= "" | ||
179 | IMX_SOC_REV:mx8ulp-generic-bsp ??= \ | 180 | IMX_SOC_REV:mx8ulp-generic-bsp ??= \ |
180 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-reva0', 'A0', \ | 181 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-reva0', 'A0', \ |
181 | 'A1', d)}" | 182 | 'A1', d)}" |