Author: uwe
Date: 2009-05-28 01:17:40 +0200 (Thu, 28 May 2009)
New Revision: 552
Modified:
trunk/flashchips.c
Log:
Change 'Texas Instruments' to 'TI' in the flash chip table, as this is
a very long name and 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) so do it for TI also.
Signed-off-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Acked-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c 2009-05-27 11:40:08 UTC (rev 551)
+++ trunk/flashchips.c 2009-05-27 23:17:40 UTC (rev 552)
@@ -2055,7 +2055,7 @@
},
{
- .vendor = "Texas Instruments",
+ .vendor = "TI",
.name = "TMS29F002RB",
.manufacture_id = TI_OLD_ID,
.model_id = TI_TMS29F002RB,
@@ -2069,7 +2069,7 @@
},
{
- .vendor = "Texas Instruments",
+ .vendor = "TI",
.name = "TMS29F002RT",
.manufacture_id = TI_OLD_ID,
.model_id = TI_TMS29F002RT,