Skip to content

Commit 2f96635

Browse files
Mario Hrosmarcan
authored andcommitted
mcc: Reuse existing T6000 impl for T6020
Signed-off-by: Mario Hros <[email protected]>
1 parent 693ebba commit 2f96635

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mcc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ int mcc_init(void)
264264
return mcc_init_t8103(node, path);
265265
} else if (adt_is_compatible(adt, node, "mcc,t6000")) {
266266
return mcc_init_t6000(node, path);
267+
} else if (adt_is_compatible(adt, node, "mcc,t6020")) {
268+
return mcc_init_t6000(node, path);
267269
} else {
268270
printf("MCC: Unsupported version\n");
269271
return -1;

0 commit comments

Comments
 (0)