]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fix error ft_part 0x662
authorpanchenbo <panchenbo@uniontech.com>
Tue, 17 Aug 2021 03:29:12 +0000 (11:29 +0800)
committerpanchenbo <panchenbo@uniontech.com>
Tue, 17 Aug 2021 03:29:12 +0000 (11:29 +0800)
sys-utils/lscpu-arm.c

index 8594c2cd879feb1206f64f1744eb2a2caf0022de..c10438dc29e1bee84208fcdece153ea6a606a5f5 100644 (file)
@@ -189,7 +189,7 @@ static const struct id_part hisi_part[] = {
 };
 
 static const struct id_part ft_part[] = {
-    { 0x662, "FT-2000+" },
+    { 0x662, "FT2000PLUS" },
     { 0x663, "S2500" },
     { -1, "unknown" },
 };