mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
Fix typo in "Marvell" string
Change Marwell to Marvell Pointed out by: Ravi Pokala <rpokala@mac.com>
This commit is contained in:
parent
264104f268
commit
131b07cdcf
1 changed files with 2 additions and 2 deletions
|
|
@ -94,9 +94,9 @@ static struct {
|
|||
{CPU_IMPLEMENTER_ARM, CPU_ARCH_CORTEX_A73, "ARM", "Cortex-A73",
|
||||
CPU_CLASS_CORTEXA},
|
||||
|
||||
{CPU_IMPLEMENTER_MRVL, CPU_ARCH_SHEEVA_581, "Marwell", "PJ4 v7",
|
||||
{CPU_IMPLEMENTER_MRVL, CPU_ARCH_SHEEVA_581, "Marvell", "PJ4 v7",
|
||||
CPU_CLASS_MARVELL},
|
||||
{CPU_IMPLEMENTER_MRVL, CPU_ARCH_SHEEVA_584, "Marwell", "PJ4MP v7",
|
||||
{CPU_IMPLEMENTER_MRVL, CPU_ARCH_SHEEVA_584, "Marvell", "PJ4MP v7",
|
||||
CPU_CLASS_MARVELL},
|
||||
|
||||
{CPU_IMPLEMENTER_QCOM, CPU_ARCH_KRAIT_300, "Qualcomm", "Krait 300",
|
||||
|
|
|
|||
Loading…
Reference in a new issue