diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-31 17:51:07 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-31 19:38:25 -0500 |
commit | eb5a7835a726073ed0cf0055aabb9c3fdeb6d947 (patch) | |
tree | e48267fc91c3f0be063de5e6838e8b3a264c3d9e /conf/machine/include | |
parent | d93b387a8740bc5f6e61dac13888e9cc0f1cefa2 (diff) | |
download | meta-freescale-eb5a7835a726073ed0cf0055aabb9c3fdeb6d947.tar.gz |
imx-base.inc: Fix MACHINE_SOCARCH_SUFFIX for 8XLite
The architecture is independent of the number of cores, so update
the 8XLite suffix from mx8dxl to mx8xl.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index cba47a0a..e73e3270 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -250,7 +250,7 @@ MACHINE_SOCARCH_SUFFIX:mx8mp-nxp-bsp = "-mx8mp" | |||
250 | MACHINE_SOCARCH_SUFFIX:mx8mq-nxp-bsp = "-mx8m" | 250 | MACHINE_SOCARCH_SUFFIX:mx8mq-nxp-bsp = "-mx8m" |
251 | MACHINE_SOCARCH_SUFFIX:mx8qxp-nxp-bsp = "-mx8" | 251 | MACHINE_SOCARCH_SUFFIX:mx8qxp-nxp-bsp = "-mx8" |
252 | MACHINE_SOCARCH_SUFFIX:mx8dx-nxp-bsp = "-mx8" | 252 | MACHINE_SOCARCH_SUFFIX:mx8dx-nxp-bsp = "-mx8" |
253 | MACHINE_SOCARCH_SUFFIX:mx8dxl-nxp-bsp = "-mx8dxl" | 253 | MACHINE_SOCARCH_SUFFIX:mx8dxl-nxp-bsp = "-mx8xl" |
254 | 254 | ||
255 | # For Mainline we use a single SoC suffix as we don't have different build options | 255 | # For Mainline we use a single SoC suffix as we don't have different build options |
256 | MACHINE_SOCARCH_SUFFIX:imx-mainline-bsp = "-imx" | 256 | MACHINE_SOCARCH_SUFFIX:imx-mainline-bsp = "-imx" |