mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
toradex: tdx-cfg-block: add 0087 i.mx8m mini product variant
Add new product id 0087 Verdin iMX8M Mini Quad 2GB IT. Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
This commit is contained in:
parent
383d4b130c
commit
12d3257fa2
2 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,7 @@ const struct toradex_som toradex_modules[] = {
|
|||
[84] = { "Apalis iMX6D 1GB IT", TARGET_IS_ENABLED(APALIS_IMX6) },
|
||||
[85] = { "Apalis iMX6Q 2GB IT", TARGET_IS_ENABLED(APALIS_IMX6) },
|
||||
[86] = { "Verdin iMX8M Mini DualLite 2GB IT", TARGET_IS_ENABLED(VERDIN_IMX8MM) },
|
||||
[87] = { "Verdin iMX8M Mini Quad 2GB IT", TARGET_IS_ENABLED(VERDIN_IMX8MM) },
|
||||
};
|
||||
|
||||
struct pid4list {
|
||||
|
|
|
@ -112,6 +112,7 @@ enum {
|
|||
APALIS_IMX6D_IT_NOWINCE,
|
||||
APALIS_IMX6Q_IT_NOWINCE, /* 85 */
|
||||
VERDIN_IMX8MMDL_2G_IT,
|
||||
VERDIN_IMX8MMQ_2G_IT_NO_CAN,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Reference in a new issue