1
0
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:
Uwe Hermann 2009-05-27 23:17:40 +00:00
parent 2ad267d8cd
commit a106d15212

View File

@ -2055,7 +2055,7 @@ struct flashchip flashchips[] = {
},
{
.vendor = "Texas Instruments",
.vendor = "TI",
.name = "TMS29F002RB",
.manufacture_id = TI_OLD_ID,
.model_id = TI_TMS29F002RB,
@ -2069,7 +2069,7 @@ struct flashchip flashchips[] = {
},
{
.vendor = "Texas Instruments",
.vendor = "TI",
.name = "TMS29F002RT",
.manufacture_id = TI_OLD_ID,
.model_id = TI_TMS29F002RT,