[v1.06][ARM] Add support for Amlogic A311D (#268)

This commit is contained in:
Dr-Noob
2024-08-31 09:37:50 +01:00
parent 9192ba3eb8
commit 5bd507e4b6
6 changed files with 24 additions and 0 deletions

View File

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