Change ThunderX3T110 core name to ThunderX3-T110

(for consistency reasons)
This commit is contained in:
ThomasKaiser 2023-01-23 13:15:16 +01:00 committed by GitHub
parent b93a604a98
commit 01e2697a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@ static const struct id_part cavium_part[] = {
{ 0x0b4, "OcteonTX2-95XXN" }, { 0x0b4, "OcteonTX2-95XXN" },
{ 0x0b5, "OcteonTX2-95XXMM" }, { 0x0b5, "OcteonTX2-95XXMM" },
{ 0x0b6, "OcteonTX2-95XXO" }, { 0x0b6, "OcteonTX2-95XXO" },
{ 0x0b8, "ThunderX3T110" }, { 0x0b8, "ThunderX3-T110" },
{ -1, "unknown" }, { -1, "unknown" },
}; };