diff options
| author | panchenbo <panchenbo@uniontech.com> | 2021-08-17 11:29:12 +0800 |
|---|---|---|
| committer | panchenbo <panchenbo@uniontech.com> | 2021-08-17 11:29:12 +0800 |
| commit | fd06bb22b0a78f4ce40b547961e0e6098addec64 (patch) | |
| tree | ccda9b20f0306070245a19f2451e8183b3f3fab8 /sys-utils/lscpu-arm.c | |
| parent | 5a72054bd0e4590ed5f17ed862dcfeeb568f1c91 (diff) | |
| download | util-linux-fd06bb22b0a78f4ce40b547961e0e6098addec64.tar.gz | |
fix error ft_part 0x662
Diffstat (limited to 'sys-utils/lscpu-arm.c')
| -rw-r--r-- | sys-utils/lscpu-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 8594c2cd87..c10438dc29 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -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" }, }; |
