mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 15:33:42 +02:00
Change "Texas Instruments" to "TI" in the flash chip table
It currently even breaks -L output. We could of course fix that, but we already use short/abbreviated names for other vendors (AMD, ST, SST, PMC) anyway. Corresponding to flashrom svn r552. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
parent
2ad267d8cd
commit
a106d15212
@ -2055,7 +2055,7 @@ struct flashchip flashchips[] = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
.vendor = "Texas Instruments",
|
.vendor = "TI",
|
||||||
.name = "TMS29F002RB",
|
.name = "TMS29F002RB",
|
||||||
.manufacture_id = TI_OLD_ID,
|
.manufacture_id = TI_OLD_ID,
|
||||||
.model_id = TI_TMS29F002RB,
|
.model_id = TI_TMS29F002RB,
|
||||||
@ -2069,7 +2069,7 @@ struct flashchip flashchips[] = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
.vendor = "Texas Instruments",
|
.vendor = "TI",
|
||||||
.name = "TMS29F002RT",
|
.name = "TMS29F002RT",
|
||||||
.manufacture_id = TI_OLD_ID,
|
.manufacture_id = TI_OLD_ID,
|
||||||
.model_id = TI_TMS29F002RT,
|
.model_id = TI_TMS29F002RT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user