[v1.05][ARM] Fix to match Kirin SoCs

This commit is contained in:
Dr-Noob
2024-07-29 08:23:18 +01:00
parent 483f663382
commit 3e3a42f13b

View File

@@ -171,9 +171,6 @@ bool match_google(char* soc_name, struct system_on_chip* soc) {
bool match_hisilicon(char* soc_name, struct system_on_chip* soc) { bool match_hisilicon(char* soc_name, struct system_on_chip* soc) {
char* tmp; char* tmp;
if((tmp = strstr(soc_name, "hi")) == NULL)
return false;
soc->soc_vendor = SOC_VENDOR_KIRIN; soc->soc_vendor = SOC_VENDOR_KIRIN;
SOC_START SOC_START