Update SoC name

This commit is contained in:
Dr-Noob
2024-10-06 18:15:18 +01:00
parent 2272423163
commit f826125395
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ bool match_sipeed(char* soc_name, struct system_on_chip* soc) {
bool match_spacemit(char* soc_name, struct system_on_chip* soc) {
SOC_START
SOC_EQ(soc_name, "k1-x", "K1", SOC_SPACEMIT_K1, soc, 22) // https://github.com/Dr-Noob/cpufetch/issues/286 https://www.spacemit.com/en/spacemit-x60-core/
SOC_EQ(soc_name, "k1-x", "K1-X", SOC_SPACEMIT_K1X, soc, 22) // https://github.com/Dr-Noob/cpufetch/issues/286 https://www.spacemit.com/en/spacemit-x60-core/
SOC_END
}