Commit a106d152 authored by Uwe Hermann's avatar Uwe Hermann
Browse files

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: default avatarUwe Hermann <uwe@hermann-uwe.de>
Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
parent 2ad267d8
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment