[PATCH v1] board: toradex: fix aquila imx95 0098 pid4
Francesco Dolcini
francesco at dolcini.it
Mon Oct 13 12:55:07 CEST 2025
From: Francesco Dolcini <francesco.dolcini at toradex.com>
The memory size of the 0098 SKU is 8 GB instead of 16 GB.
Fix PID4 0098 Aquila iMX95 definition.
Fixes: 4c9340716522 ("toradex: tdx-cfg-block: add new pid4 support")
Signed-off-by: Francesco Dolcini <francesco.dolcini at toradex.com>
---
board/toradex/common/tdx-cfg-block.c | 2 +-
board/toradex/common/tdx-cfg-block.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index 869656eee7a7..cb81646f9a1a 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -166,7 +166,7 @@ const struct toradex_som toradex_modules[] = {
{ APALIS_IMX8QM_8GB_WIFI_BT_IT_1300MHZ, "Apalis iMX8QM 8GB WB IT", TARGET_IS_ENABLED(APALIS_IMX8) },
{ SMARC_IMX95_HEXA_8GB_WB_IT, "SMARC iMX95 Hexa 8GB WB IT", TARGET_IS_ENABLED(TORADEX_SMARC_IMX95) },
{ SMARC_IMX8MPQ_4GB_WB_IT, "SMARC iMX8M Plus Quad 4GB WB IT", TARGET_IS_ENABLED(TORADEX_SMARC_IMX8MP) },
- { AQUILA_IMX95_HEXA_16GB_WB_IT, "Aquila iMX95 Hexa 16GB WB IT", TARGET_IS_ENABLED(AQUILA_IMX95) },
+ { AQUILA_IMX95_HEXA_8GB_WB_IT, "Aquila iMX95 Hexa 8GB WB IT", TARGET_IS_ENABLED(AQUILA_IMX95) },
{ VERDIN_AM62PQ_2G_WIFI_BT_IT, "Verdin AM62P Quad 2GB WB IT", TARGET_IS_ENABLED(VERDIN_AM62P_A53) },
{ SMARC_IMX95_HEXA_8GB_IT, "SMARC iMX95 Hexa 8GB IT", TARGET_IS_ENABLED(TORADEX_SMARC_IMX95) },
{ SMARC_IMX95_HEXA_4GB_WB_IT, "SMARC iMX95 Hexa 4GB WB IT", TARGET_IS_ENABLED(TORADEX_SMARC_IMX95) },
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index d002b969bdfe..f78e69645cfe 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -124,7 +124,7 @@ enum {
APALIS_IMX8QM_8GB_WIFI_BT_IT_1300MHZ, /* 95 */
SMARC_IMX95_HEXA_8GB_WB_IT,
SMARC_IMX8MPQ_4GB_WB_IT,
- AQUILA_IMX95_HEXA_16GB_WB_IT,
+ AQUILA_IMX95_HEXA_8GB_WB_IT,
VERDIN_AM62PQ_2G_WIFI_BT_IT, /* 99 */
SMARC_IMX95_HEXA_8GB_IT = 201,
SMARC_IMX95_HEXA_4GB_WB_IT,
--
2.39.5
More information about the U-Boot
mailing list