[v1.06][ARM] Add support for NXP i.MX 8M Plus (#261)

This commit is contained in:
Dr-Noob
2024-08-25 17:42:09 +01:00
parent 324d0fbe94
commit 9f66a137c5
6 changed files with 23 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ static char* soc_trademark_string[] = {
[SOC_VENDOR_GOOGLE] = "Google ",
[SOC_VENDOR_NVIDIA] = "NVIDIA ",
[SOC_VENDOR_AMPERE] = "Ampere ",
[SOC_VENDOR_NXP] = "NXP ",
// RISC-V
[SOC_VENDOR_SIFIVE] = "SiFive ",
[SOC_VENDOR_STARFIVE] = "StarFive ",