[v1.03][ARM] Experimental feature: Show vendor logo even when the exact SoC model cannot be determined

This commit is contained in:
Dr-Noob
2023-03-25 11:00:43 +01:00
parent eaee997945
commit c3b5dd0eb0
2 changed files with 19 additions and 4 deletions

View File

@@ -286,7 +286,9 @@ enum {
SOC_ALLWINNER_R16,
SOC_ALLWINNER_R40,
SOC_ALLWINNER_R58,
SOC_ALLWINNER_R328
SOC_ALLWINNER_R328,
// UNKNOWN
SOC_MODEL_UNKNOWN
};
inline static VENDOR get_soc_vendor_from_soc(SOC soc) {