mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
mcc: Reuse existing T6000 impl for T6020
Signed-off-by: Mario Hros <git@reversity.org>
This commit is contained in:
parent
693ebbae2b
commit
2f96635420
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ int mcc_init(void)
|
|||
return mcc_init_t8103(node, path);
|
||||
} else if (adt_is_compatible(adt, node, "mcc,t6000")) {
|
||||
return mcc_init_t6000(node, path);
|
||||
} else if (adt_is_compatible(adt, node, "mcc,t6020")) {
|
||||
return mcc_init_t6000(node, path);
|
||||
} else {
|
||||
printf("MCC: Unsupported version\n");
|
||||
return -1;
|
||||
|
|
Loading…
Reference in a new issue