mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
toradex: tdx-cfg-block: add aquila tda4 0223 pid4
Add PID4 0223 Aquila TDA4 Octa 16GB IT to config block handling. Signed-off-by: Vitor Soares <vitor.soares@toradex.com> Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
This commit is contained in:
parent
948ccdc82f
commit
d89dd94c0a
@ -186,6 +186,7 @@ const struct toradex_som toradex_modules[] = {
|
||||
{ OSM_IMX93D_2GB_IT, "OSM iMX93 Dual 2GB IT", TARGET_IS_ENABLED(TORADEX_OSM_IMX93) },
|
||||
{ OSM_IMX91S_2GB_IT, "OSM iMX91 Solo 2GB IT", TARGET_IS_ENABLED(TORADEX_OSM_IMX91) },
|
||||
{ VERDIN_AM62D_1G_ET_GPU_NODSI, "Verdin AM62 Dual 1GB ET", TARGET_IS_ENABLED(VERDIN_AM62_A53) },
|
||||
{ AQUILA_TDA4O_16GB_IT, "Aquila TDA4 Octa 16GB IT", TARGET_IS_ENABLED(AQUILA_AM69_A72) },
|
||||
};
|
||||
|
||||
struct pid4list {
|
||||
|
||||
@ -149,6 +149,7 @@ enum {
|
||||
OSM_IMX93D_2GB_IT,
|
||||
OSM_IMX91S_2GB_IT, /* 220 */
|
||||
VERDIN_AM62D_1G_ET_GPU_NODSI,
|
||||
AQUILA_TDA4O_16GB_IT = 223,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user