* Remove duplicate ARM core names
* Remove unwanted blank characters from core names
References: https://github.com/util-linux/util-linux/pull/3882
Reported-by: Martin Storsjö
Signed-off-by: Karel Zak <kzak@redhat.com>
};
static const struct id_part arm_part[] = {
- { 0xb36, "ARM1136j-s" },
- { 0xb56, "ARM1156t2-s" },
- { 0xb76, "ARM1176jz-s" },
{ 0x810, "ARM810" },
{ 0x920, "ARM920" },
{ 0x922, "ARM922" },
{ 0xa20, "ARM1020" },
{ 0xa22, "ARM1022" },
{ 0xa26, "ARM1026" },
- { 0xb02, "ARM11 MPCore" },
+ { 0xb02, "ARM11-MPCore" },
{ 0xb36, "ARM1136" },
{ 0xb56, "ARM1156" },
{ 0xb76, "ARM1176" },
static const struct id_part nvidia_part[] = {
{ 0x000, "Denver" },
- { 0x003, "Denver 2" },
+ { 0x003, "Denver-2" },
{ 0x004, "Carmel" },
{ 0x010, "Olympus" },
{ -1, "unknown" },